GroupId | GroupIdcom.github.tomtzook |
---|---|
ArtifactId | ArtifactIdcastle |
Version | Version2.0.0-beta.2 |
Type | Typejar |
Filename | Size |
---|---|
castle-2.0.0-beta.2.pom | |
castle-2.0.0-beta.2.jar | 169 KB |
castle-2.0.0-beta.2-sources.jar | 84 KB |
castle-2.0.0-beta.2-javadoc.jar | 3 MB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.tomtzook/castle/ -->
<dependency>
<groupId>com.github.tomtzook</groupId>
<artifactId>castle</artifactId>
<version>2.0.0-beta.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.tomtzook/castle/
implementation 'com.github.tomtzook:castle:2.0.0-beta.2'
// https://jarcasting.com/artifacts/com.github.tomtzook/castle/
implementation ("com.github.tomtzook:castle:2.0.0-beta.2")
'com.github.tomtzook:castle:jar:2.0.0-beta.2'
<dependency org="com.github.tomtzook" name="castle" rev="2.0.0-beta.2">
<artifact name="castle" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.tomtzook', module='castle', version='2.0.0-beta.2')
)
libraryDependencies += "com.github.tomtzook" % "castle" % "2.0.0-beta.2"
[com.github.tomtzook/castle "2.0.0-beta.2"]