sbt.librarymanagement.ivy

Type members

Classlikes

Wrapper around circular dependency strategy.

Wrapper around circular dependency strategy.

Companion:
object
Companion:
class
sealed trait Credentials
Companion:
object
final class DirectCredentials(val realm: String, val host: String, val userName: String, val passwd: String) extends Credentials
final class ExternalIvyConfiguration extends IvyConfiguration with Serializable
Companion:
object
final class FileCredentials(val path: File) extends Credentials
final class InlineIvyConfiguration extends IvyConfiguration with Serializable
Companion:
object
abstract class IvyConfiguration(val lock: Option[GlobalLock], val log: Option[Logger], val updateOptions: UpdateOptions) extends Serializable
Companion:
object
Companion:
class

This is a list of functions with default values.

This is a list of functions with default values.

class IvyDependencyResolution extends DependencyResolutionInterface
Companion:
object
trait IvyLibraryManagementCodec extends BasicJsonProtocol with LibraryManagementCodec with GlobalLockFormat with LoggerFormat with UpdateOptionsFormat with IvyPathsFormats with ResolverFormats with ModuleConfigurationFormats with InlineIvyConfigurationFormats with ExternalIvyConfigurationFormats with IvyConfigurationFormats
Companion:
object
final class IvyPaths extends Serializable
Companion:
object
object IvyPaths
Companion:
class
class IvyPublisher extends PublisherInterface
Companion:
object
Companion:
class
final class UpdateOptions

Represents configurable options for update task. While UpdateConfiguration is passed into update at runtime, UpdateOption is intended to be used while setting up the Ivy object.

Represents configurable options for update task. While UpdateConfiguration is passed into update at runtime, UpdateOption is intended to be used while setting up the Ivy object.

See also UpdateConfiguration in IvyActions.scala.

Companion:
object
Companion:
class