WeDeploy Java client

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

License

License

GroupId

GroupId

com.commsen.wedeploy
ArtifactId

ArtifactId

parent
Last Version

Last Version

1.0.0
Release Date

Release Date

Type

Type

pom
Description

Description

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

Project URL

https://azzazzel.github.io/wedeploy-client
Project Organization

Project Organization

Commsen International
Source Code Management

Source Code Management

https://github.com/azzazzel/wedeploy-client/blob/v.1.0.0/java-client

Download parent

Filename Size
parent-1.0.0.pom 3 KB
Browse

How to add to project

<!-- https://jarcasting.com/artifacts/com.commsen.wedeploy/parent/ -->
<dependency>
    <groupId>com.commsen.wedeploy</groupId>
    <artifactId>parent</artifactId>
    <version>1.0.0</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.commsen.wedeploy/parent/
implementation 'com.commsen.wedeploy:parent:1.0.0'
// https://jarcasting.com/artifacts/com.commsen.wedeploy/parent/
implementation ("com.commsen.wedeploy:parent:1.0.0")
'com.commsen.wedeploy:parent:pom:1.0.0'
<dependency org="com.commsen.wedeploy" name="parent" rev="1.0.0">
  <artifact name="parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.commsen.wedeploy', module='parent', version='1.0.0')
)
libraryDependencies += "com.commsen.wedeploy" % "parent" % "1.0.0"
[com.commsen.wedeploy/parent "1.0.0"]

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

  • com.commsen.wedeploy.client
  • com.commsen.wedeploy.client.cloud
  • com.commsen.wedeploy.client.data
  • com.commsen.wedeploy.data.mapper.gson
  • com.commsen.wedeploy.transport.rest.okhttp
  • tests
  • wedeploy-client-bom

Versions

Version
1.0.0
0.1.0