MVN

com.delphix : dct-api

Maven & Gradle

Jul 31, 2023

dct-api · Delphix

<dependency>
    <groupId>com.delphix</groupId>
    <artifactId>dct-api</artifactId>
    <version>8.0.1-sdk</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.delphix : dct-api to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 8.0.1-sdk
  • Latest Release Candidate: 9.0.0-rc3

All Versions

Choose a version of com.delphix : dct-api to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
9.0.x
dct-api-9.0.0-rc3
8.0.x
dct-api-8.0.1-sdk
0.6.x
dct-api-0.6.8
dct-api-0.6.4
dct-api-0.6.3
dct-api-0.6.1
0.0.x
dct-api-0.0.6
dct-api-0.0.5

How to add a dependency to Maven

Add the following com.delphix : dct-api maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.delphix</groupId>
    <artifactId>dct-api</artifactId>
    <version>8.0.1-sdk</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.delphix : dct-api gradle dependency to your build.gradle file:

implementation 'com.delphix:dct-api:8.0.1-sdk'

Gradle Kotlin DSL: Add the following com.delphix : dct-api gradle kotlin dependency to your build.gradle.kts file:

implementation("com.delphix:dct-api:8.0.1-sdk")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.delphix : dct-api sbt scala dependency to your build.sbt file:

libraryDependencies += "com.delphix" % "dct-api" % "8.0.1-sdk"

Advertisement