Categories |
CategoriesAnt Build Tools |
---|---|
GroupId | GroupIdcom.github.nkb03 |
ArtifactId | ArtifactIdhextant-core |
Version | Version0.1 |
Type | Typejar |
Filename | Size |
---|---|
hextant-core-0.1.pom | |
hextant-core-0.1.jar | 18 MB |
hextant-core-0.1-tests.jar | 528 KB |
hextant-core-0.1-sources.jar | 144 KB |
hextant-core-0.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>0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.nkb03/hextant-core/
implementation 'com.github.nkb03:hextant-core:0.1'
// https://jarcasting.com/artifacts/com.github.nkb03/hextant-core/
implementation ("com.github.nkb03:hextant-core:0.1")
'com.github.nkb03:hextant-core:jar:0.1'
<dependency org="com.github.nkb03" name="hextant-core" rev="0.1">
<artifact name="hextant-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.nkb03', module='hextant-core', version='0.1')
)
libraryDependencies += "com.github.nkb03" % "hextant-core" % "0.1"
[com.github.nkb03/hextant-core "0.1"]