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