Categories |
CategoriesAnt Build Tools |
---|---|
GroupId | GroupIdcom.github.nkb03 |
ArtifactId | ArtifactIdhextant-util |
Version | Version1.2.1 |
Type | Typejar |
Filename | Size |
---|---|
hextant-util-1.2.1.pom | |
hextant-util-1.2.1.jar | 10 KB |
hextant-util-1.2.1-tests.jar | 261 bytes |
hextant-util-1.2.1-sources.jar | 2 KB |
hextant-util-1.2.1-javadoc.jar | 261 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.nkb03/hextant-util/ -->
<dependency>
<groupId>com.github.nkb03</groupId>
<artifactId>hextant-util</artifactId>
<version>1.2.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.nkb03/hextant-util/
implementation 'com.github.nkb03:hextant-util:1.2.1'
// https://jarcasting.com/artifacts/com.github.nkb03/hextant-util/
implementation ("com.github.nkb03:hextant-util:1.2.1")
'com.github.nkb03:hextant-util:jar:1.2.1'
<dependency org="com.github.nkb03" name="hextant-util" rev="1.2.1">
<artifact name="hextant-util" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.nkb03', module='hextant-util', version='1.2.1')
)
libraryDependencies += "com.github.nkb03" % "hextant-util" % "1.2.1"
[com.github.nkb03/hextant-util "1.2.1"]