License |
License |
---|---|
Categories |
CategoriesGeo Business Logic Libraries Geospatial |
GroupId | GroupIdcom.github.ngeor |
ArtifactId | ArtifactIdjava |
Last Version | Last Version3.2.0 |
Release Date | Release Date |
Type | Typepom |
Description |
Descriptionjava
Parent pom for Java repository
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
java-3.2.0.pom | 12 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.ngeor/java/ -->
<dependency>
<groupId>com.github.ngeor</groupId>
<artifactId>java</artifactId>
<version>3.2.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.ngeor/java/
implementation 'com.github.ngeor:java:3.2.0'
// https://jarcasting.com/artifacts/com.github.ngeor/java/
implementation ("com.github.ngeor:java:3.2.0")
'com.github.ngeor:java:pom:3.2.0'
<dependency org="com.github.ngeor" name="java" rev="3.2.0">
<artifact name="java" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.ngeor', module='java', version='3.2.0')
)
libraryDependencies += "com.github.ngeor" % "java" % "3.2.0"
[com.github.ngeor/java "3.2.0"]