MVN

com.commsen.wedeploy : com.commsen.wedeploy.client.data

Maven & Gradle

Aug 29, 2017
2 usages
1 stars

WeDeploy Java client :: data · Module provides implementation of "data" part of "WeDeploy Java client :: API".

<dependency>
    <groupId>com.commsen.wedeploy</groupId>
    <artifactId>com.commsen.wedeploy.client.data</artifactId>
    <version>1.0.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.commsen.wedeploy : com.commsen.wedeploy.client.data to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.0

All Versions

Choose a version of com.commsen.wedeploy : com.commsen.wedeploy.client.data to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
com.commsen.wedeploy.client.data-1.0.0
0.1.x
com.commsen.wedeploy.client.data-0.1.0

How to add a dependency to Maven

Add the following com.commsen.wedeploy : com.commsen.wedeploy.client.data maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.commsen.wedeploy</groupId>
    <artifactId>com.commsen.wedeploy.client.data</artifactId>
    <version>1.0.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.commsen.wedeploy : com.commsen.wedeploy.client.data gradle dependency to your build.gradle file:

implementation 'com.commsen.wedeploy:com.commsen.wedeploy.client.data:1.0.0'

Gradle Kotlin DSL: Add the following com.commsen.wedeploy : com.commsen.wedeploy.client.data gradle kotlin dependency to your build.gradle.kts file:

implementation("com.commsen.wedeploy:com.commsen.wedeploy.client.data:1.0.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.commsen.wedeploy : com.commsen.wedeploy.client.data sbt scala dependency to your build.sbt file:

libraryDependencies += "com.commsen.wedeploy" % "com.commsen.wedeploy.client.data" % "1.0.0"

Advertisement