MVN

com.commsen.wedeploy : parent

Maven & Gradle

Aug 29, 2017
1 stars

WeDeploy Java client · WeDeploy client library for Java! Allows Java applications to talk to WeDeploy cloud services as if they were local ones!

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

Latest Version

Choose a version of com.commsen.wedeploy : parent to add to Maven - Latest Versions:

  • Latest Stable: 1.0.0

All Versions

Choose a version of com.commsen.wedeploy : parent to add to Maven - All Versions:

Version Vulnerabilities Updated
1.0.x
parent-1.0.0
0.1.x
parent-0.1.0

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

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

Advertisement