Categories |
CategoriesGeo Business Logic Libraries Geospatial |
---|---|
GroupId | GroupIdcom.github.ngeor |
ArtifactId | ArtifactIdjava |
Version | Version3.0.0 |
Type | Typepom |
Filename | Size |
---|---|
java-3.0.0.pom | 15 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.ngeor/java/ -->
<dependency>
<groupId>com.github.ngeor</groupId>
<artifactId>java</artifactId>
<version>3.0.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.ngeor/java/
implementation 'com.github.ngeor:java:3.0.0'
// https://jarcasting.com/artifacts/com.github.ngeor/java/
implementation ("com.github.ngeor:java:3.0.0")
'com.github.ngeor:java:pom:3.0.0'
<dependency org="com.github.ngeor" name="java" rev="3.0.0">
<artifact name="java" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.ngeor', module='java', version='3.0.0')
)
libraryDependencies += "com.github.ngeor" % "java" % "3.0.0"
[com.github.ngeor/java "3.0.0"]