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