License |
License |
---|---|
Categories |
CategoriesCLI User Interface |
GroupId | GroupIdcom.kilnhg.tim-sparg |
ArtifactId | ArtifactIdJuniorKilnClient |
Last Version | Last Version1.1 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionJunior Kiln Client
Junior Kiln Client is a simple wrapper around the Kiln API making it trivial to call any of the end points mentioned in the Kiln Developer Documentation.
|
Filename | Size |
---|---|
JuniorKilnClient-1.1.pom | |
JuniorKilnClient-1.1.jar | 13 KB |
JuniorKilnClient-1.1-sources.jar | 9 KB |
JuniorKilnClient-1.1-javadoc.jar | 55 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.kilnhg.tim-sparg/JuniorKilnClient/ -->
<dependency>
<groupId>com.kilnhg.tim-sparg</groupId>
<artifactId>JuniorKilnClient</artifactId>
<version>1.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.kilnhg.tim-sparg/JuniorKilnClient/
implementation 'com.kilnhg.tim-sparg:JuniorKilnClient:1.1'
// https://jarcasting.com/artifacts/com.kilnhg.tim-sparg/JuniorKilnClient/
implementation ("com.kilnhg.tim-sparg:JuniorKilnClient:1.1")
'com.kilnhg.tim-sparg:JuniorKilnClient:jar:1.1'
<dependency org="com.kilnhg.tim-sparg" name="JuniorKilnClient" rev="1.1">
<artifact name="JuniorKilnClient" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.kilnhg.tim-sparg', module='JuniorKilnClient', version='1.1')
)
libraryDependencies += "com.kilnhg.tim-sparg" % "JuniorKilnClient" % "1.1"
[com.kilnhg.tim-sparg/JuniorKilnClient "1.1"]
Group / Artifact | Type | Version |
---|---|---|
com.google.code.gson : gson | jar | 1.7.1 |
org.apache.httpcomponents : httpclient | jar | 4.1.2 |
com.kilnhg.tim-sparg : JuniorKilnDomain | jar | 1.0 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.9 |