Automate Website Manager API Client
Short Description
The client implementation of the manager API available at automate.website.
References
Refer to the changelog for recent notable changes and modifications.
License |
License |
---|---|
Categories |
CategoriesCLI User Interface Auto Application Layer Libs Code Generators |
GroupId | GroupIdwebsite.automate |
ArtifactId | ArtifactIdmanager-api-client |
Last Version | Last Version0.8.2 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionwebsite.automate:manager-api-client
Implementation of the automate.website public API.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
manager-api-client-0.8.2.pom | |
manager-api-client-0.8.2.jar | 18 KB |
manager-api-client-0.8.2-sources.jar | 8 KB |
manager-api-client-0.8.2-javadoc.jar | 124 KB |
Browse |
<!-- https://jarcasting.com/artifacts/website.automate/manager-api-client/ -->
<dependency>
<groupId>website.automate</groupId>
<artifactId>manager-api-client</artifactId>
<version>0.8.2</version>
</dependency>
// https://jarcasting.com/artifacts/website.automate/manager-api-client/
implementation 'website.automate:manager-api-client:0.8.2'
// https://jarcasting.com/artifacts/website.automate/manager-api-client/
implementation ("website.automate:manager-api-client:0.8.2")
'website.automate:manager-api-client:jar:0.8.2'
<dependency org="website.automate" name="manager-api-client" rev="0.8.2">
<artifact name="manager-api-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='website.automate', module='manager-api-client', version='0.8.2')
)
libraryDependencies += "website.automate" % "manager-api-client" % "0.8.2"
[website.automate/manager-api-client "0.8.2"]
Group / Artifact | Type | Version |
---|---|---|
com.mashape.unirest : unirest-java | jar | 1.4.7 |
com.fasterxml.jackson.core : jackson-core | jar | 2.6.3 |
com.fasterxml.jackson.core : jackson-databind | jar | 2.6.3 |
org.mockito : mockito-all | jar | 1.9.5 |
Group / Artifact | Type | Version |
---|---|---|
com.github.tomakehurst : wiremock | jar | 1.58 |
junit : junit | jar | 4.12 |
The client implementation of the manager API available at automate.website.
Refer to the changelog for recent notable changes and modifications.