is not current version
Last Version 3.2.0

com.github.ngeor:java 1.2.0

Parent pom for Java repository

Categories

Categories

Geo Business Logic Libraries Geospatial
GroupId

GroupId

com.github.ngeor
ArtifactId

ArtifactId

java
Version

Version

1.2.0
Type

Type

pom

Download java 1.2.0

Filename Size
java-1.2.0.pom 13 KB
Browse

<!-- https://jarcasting.com/artifacts/com.github.ngeor/java/ -->
<dependency>
    <groupId>com.github.ngeor</groupId>
    <artifactId>java</artifactId>
    <version>1.2.0</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.ngeor/java/
implementation 'com.github.ngeor:java:1.2.0'
// https://jarcasting.com/artifacts/com.github.ngeor/java/
implementation ("com.github.ngeor:java:1.2.0")
'com.github.ngeor:java:pom:1.2.0'
<dependency org="com.github.ngeor" name="java" rev="1.2.0">
  <artifact name="java" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.ngeor', module='java', version='1.2.0')
)
libraryDependencies += "com.github.ngeor" % "java" % "1.2.0"
[com.github.ngeor/java "1.2.0"]