License |
License |
---|---|
GroupId | GroupIdcom.github.tomtzook |
ArtifactId | ArtifactIdcastle |
Version | Version1.0.0 |
Type | Typejar |
Description |
DescriptionCastle
A generic utility library
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
castle-1.0.0.pom | |
castle-1.0.0.jar | 97 KB |
castle-1.0.0-sources.jar | 49 KB |
castle-1.0.0-javadoc.jar | 1 MB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.tomtzook/castle/ -->
<dependency>
<groupId>com.github.tomtzook</groupId>
<artifactId>castle</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.tomtzook/castle/
implementation 'com.github.tomtzook:castle:1.0.0'
// https://jarcasting.com/artifacts/com.github.tomtzook/castle/
implementation ("com.github.tomtzook:castle:1.0.0")
'com.github.tomtzook:castle:jar:1.0.0'
<dependency org="com.github.tomtzook" name="castle" rev="1.0.0">
<artifact name="castle" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.tomtzook', module='castle', version='1.0.0')
)
libraryDependencies += "com.github.tomtzook" % "castle" % "1.0.0"
[com.github.tomtzook/castle "1.0.0"]
Group / Artifact | Type | Version |
---|---|---|
org.slf4j : slf4j-api | jar | 1.7.25 |
com.google.code.gson : gson | jar | 2.8.5 |