| License |
License |
|---|---|
| Categories |
CategoriesCLI User Interface |
| GroupId | GroupIdcom.cnstrc.client |
| ArtifactId | ArtifactIdconstructorio-client |
| Last Version | Last Version0.0.1 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Descriptionconstructorio-client
A client for the Constructor.io REST api
|
| Project URL |
Project URL |
<!-- https://jarcasting.com/artifacts/com.cnstrc.client/constructorio-client/ -->
<dependency>
<groupId>com.cnstrc.client</groupId>
<artifactId>constructorio-client</artifactId>
<version>0.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.cnstrc.client/constructorio-client/
implementation 'com.cnstrc.client:constructorio-client:0.0.1'
// https://jarcasting.com/artifacts/com.cnstrc.client/constructorio-client/
implementation ("com.cnstrc.client:constructorio-client:0.0.1")
'com.cnstrc.client:constructorio-client:jar:0.0.1'
<dependency org="com.cnstrc.client" name="constructorio-client" rev="0.0.1">
<artifact name="constructorio-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.cnstrc.client', module='constructorio-client', version='0.0.1')
)
libraryDependencies += "com.cnstrc.client" % "constructorio-client" % "0.0.1"
[com.cnstrc.client/constructorio-client "0.0.1"]
| Group / Artifact | Type | Version |
|---|---|---|
| com.mashape.unirest : unirest-java | jar | 1.4.7 |
| com.google.code.gson : gson | jar | 2.4 |
| org.json : json | jar | 20140107 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.12 |