is not current version
Last Version 2.0.0-beta.3

com.github.tomtzook:castle 1.0.0-alpha.1

A generic utility library

GroupId

GroupId

com.github.tomtzook
ArtifactId

ArtifactId

castle
Version

Version

1.0.0-alpha.1
Type

Type

jar

Download castle 1.0.0-alpha.1


<!-- https://jarcasting.com/artifacts/com.github.tomtzook/castle/ -->
<dependency>
    <groupId>com.github.tomtzook</groupId>
    <artifactId>castle</artifactId>
    <version>1.0.0-alpha.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.tomtzook/castle/
implementation 'com.github.tomtzook:castle:1.0.0-alpha.1'
// https://jarcasting.com/artifacts/com.github.tomtzook/castle/
implementation ("com.github.tomtzook:castle:1.0.0-alpha.1")
'com.github.tomtzook:castle:jar:1.0.0-alpha.1'
<dependency org="com.github.tomtzook" name="castle" rev="1.0.0-alpha.1">
  <artifact name="castle" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.tomtzook', module='castle', version='1.0.0-alpha.1')
)
libraryDependencies += "com.github.tomtzook" % "castle" % "1.0.0-alpha.1"
[com.github.tomtzook/castle "1.0.0-alpha.1"]