Categories |
CategoriesJava Languages |
---|---|
GroupId | GroupIdcom.gojuno.hexgrid |
ArtifactId | ArtifactIdhexgrid-java |
Version | Version1.0.0 |
Type | Typejar |
Filename | Size |
---|---|
hexgrid-java-1.0.0.pom | |
hexgrid-java-1.0.0.jar | 8 KB |
hexgrid-java-1.0.0-sources.jar | 4 KB |
hexgrid-java-1.0.0-javadoc.jar | 31 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.gojuno.hexgrid/hexgrid-java/ -->
<dependency>
<groupId>com.gojuno.hexgrid</groupId>
<artifactId>hexgrid-java</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.gojuno.hexgrid/hexgrid-java/
implementation 'com.gojuno.hexgrid:hexgrid-java:1.0.0'
// https://jarcasting.com/artifacts/com.gojuno.hexgrid/hexgrid-java/
implementation ("com.gojuno.hexgrid:hexgrid-java:1.0.0")
'com.gojuno.hexgrid:hexgrid-java:jar:1.0.0'
<dependency org="com.gojuno.hexgrid" name="hexgrid-java" rev="1.0.0">
<artifact name="hexgrid-java" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.gojuno.hexgrid', module='hexgrid-java', version='1.0.0')
)
libraryDependencies += "com.gojuno.hexgrid" % "hexgrid-java" % "1.0.0"
[com.gojuno.hexgrid/hexgrid-java "1.0.0"]