Files download
File Operation
dct-api-15.0.0.jar download
dct-api-15.0.0.pom download
dct-api-15.0.0-sources.jar download
Apache Maven
<dependency>
  <groupId>com.delphix</groupId>
  <artifactId>dct-api</artifactId>
  <version>15.0.0</version>
</dependency>
Gradle Groovy
implementation 'com.delphix:dct-api:15.0.0'
Gradle Kotlin
implementation("com.delphix:dct-api:15.0.0")
Scala SBT
libraryDependencies += "com.delphix" % "dct-api" % "15.0.0"
Groovy Grape
@Grapes(
  @Grab(group='com.delphix', module='dct-api', version='15.0.0')
)
Apache Ivy
<dependency org="com.delphix" name="dct-api" rev="15.0.0" />
Leiningen
[com.delphix/dct-api "15.0.0"]
Apache Buildr
'com.delphix:dct-api:jar:15.0.0'