IvySbt

sbt.internal.librarymanagement.IvySbt
final class IvySbt(val configuration: IvyConfiguration, val http: OkHttpClient)

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Concise view

Type members

Classlikes

final class Module(rawModuleSettings: ModuleSettings) extends ModuleDescriptor

Attributes

Graph
Supertypes
trait ModuleDescriptor
class Object
trait Matchable
class Any
Self type

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.

Attributes

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

Concrete fields

val http: OkHttpClient