MVN

com.ddfplus.jaws : ddfplus-api

Maven & Gradle

Jan 31, 2020
1 usages
1 stars

DDF Plus API

<dependency>
    <groupId>com.ddfplus.jaws</groupId>
    <artifactId>ddfplus-api</artifactId>
    <version>1.1.7</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 1.1.7

All Versions

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

Version Vulnerabilities Updated
1.1.x
ddfplus-api-1.1.7
1.0.x
ddfplus-api-1.0.19
ddfplus-api-1.0.17
ddfplus-api-1.0.14
ddfplus-api-1.0.12
ddfplus-api-1.0.10
ddfplus-api-1.0.9
ddfplus-api-1.0.8
ddfplus-api-1.0.7
ddfplus-api-1.0.6
ddfplus-api-1.0.5
ddfplus-api-1.0.4
ddfplus-api-1.0.3
ddfplus-api-1.0.2

How to add a dependency to Maven

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

<dependency>
    <groupId>com.ddfplus.jaws</groupId>
    <artifactId>ddfplus-api</artifactId>
    <version>1.1.7</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'com.ddfplus.jaws:ddfplus-api:1.1.7'

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

implementation("com.ddfplus.jaws:ddfplus-api:1.1.7")

How to add a dependency to SBT Scala

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

libraryDependencies += "com.ddfplus.jaws" % "ddfplus-api" % "1.1.7"

Advertisement