License |
License |
---|---|
Categories |
CategoriesDoma Data ORM |
GroupId | GroupIdcom.kilnhg.tim-sparg |
ArtifactId | ArtifactIdJuniorKilnDomain |
Last Version | Last Version1.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionJunior Kiln Domain
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.
The Domain objects are classes that specifically relate to the Objects in the Kiln API
|
Filename | Size |
---|---|
JuniorKilnDomain-1.0.pom | |
JuniorKilnDomain-1.0.jar | 20 KB |
JuniorKilnDomain-1.0-sources.jar | 19 KB |
JuniorKilnDomain-1.0-javadoc.jar | 94 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.kilnhg.tim-sparg/JuniorKilnDomain/ -->
<dependency>
<groupId>com.kilnhg.tim-sparg</groupId>
<artifactId>JuniorKilnDomain</artifactId>
<version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.kilnhg.tim-sparg/JuniorKilnDomain/
implementation 'com.kilnhg.tim-sparg:JuniorKilnDomain:1.0'
// https://jarcasting.com/artifacts/com.kilnhg.tim-sparg/JuniorKilnDomain/
implementation ("com.kilnhg.tim-sparg:JuniorKilnDomain:1.0")
'com.kilnhg.tim-sparg:JuniorKilnDomain:jar:1.0'
<dependency org="com.kilnhg.tim-sparg" name="JuniorKilnDomain" rev="1.0">
<artifact name="JuniorKilnDomain" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.kilnhg.tim-sparg', module='JuniorKilnDomain', version='1.0')
)
libraryDependencies += "com.kilnhg.tim-sparg" % "JuniorKilnDomain" % "1.0"
[com.kilnhg.tim-sparg/JuniorKilnDomain "1.0"]