IvySbt

final class IvySbt(val configuration: IvyConfiguration, val http: OkHttpClient)
class Object
trait Matchable
class Any

Type members

Classlikes

final class Module(rawModuleSettings: ModuleSettings) extends ModuleDescriptor

Value members

Constructors

def this(configuration: IvyConfiguration)

Concrete methods

def withIvy[T](log: Logger)(f: Ivy => T): T

Uses the configured Ivy instance within a safe context.

Uses the configured Ivy instance within a safe context.

def withIvy[T](log: MessageLogger)(f: Ivy => T): T

Concrete fields

val http: OkHttpClient