com.cloudesire.platform:cmw-dto

Java API client for Cloudesire platform

License

License

Categories

Categories

ORM Data
GroupId

GroupId

com.cloudesire.platform
ArtifactId

ArtifactId

cmw-dto
Last Version

Last Version

1.0.0
Release Date

Release Date

Type

Type

jar
Description

Description

Java API client for Cloudesire platform

Download cmw-dto

How to add to project

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

Dependencies

compile (3)

Group / Artifact Type Version
com.cloudesire.platform : common-dto jar 1.0.0
org.apache.commons : commons-lang3 jar 3.6
io.swagger : swagger-annotations jar 1.5.6

provided (3)

Group / Artifact Type Version
org.hibernate : hibernate-validator jar 5.4.1.Final
com.fasterxml.jackson.core : jackson-databind jar 2.8.8
com.fasterxml.jackson.core : jackson-annotations jar 2.8.8

test (2)

Group / Artifact Type Version
org.assertj : assertj-core jar 3.8.0
junit : junit jar 4.12

Project Modules

There are no modules declared in this project.

java-api-client

CircleCI Download

Java 7 client to consume the cloudesire API, based on retrofit.

Configure latest version number showed in the upper badge instead of [VERSION_HERE] mentioned below.

Maven usage

Add the dependency to your pom.xml:

<dependency>
  <groupId>com.cloudesire.platform</groupId>
  <artifactId>cloudesire-api-client</artifactId>
  <version>[VERSION_HERE]</version>
</dependency>

Add JCenter repository to your pom.xml:

<repositories>
  <repository>
    <id>jcenter</id>
    <url>https://jcenter.bintray.com/</url>
  </repository>
</repositories>

Gradle usage

Add the dependency to build.gradle:

compile 'com.cloudesire.platform:cloudesire-api-client:[VERSION_HERE]'

Add jcenter repository to build.gradle:

buildscript {
    repositories {
        jcenter()
    }
}

Examples

Basic usage

Example project

com.cloudesire.platform

cloudesire

The cloud platform of Engineering Ingegneria Informatica S.p.A.

Versions

Version
1.0.0