Categories |
CategoriesGeo Business Logic Libraries Geospatial |
---|---|
GroupId | GroupIdcom.github.davidmoten |
ArtifactId | ArtifactIdgeo-parent |
Version | Version0.7.6 |
Type | Typepom |
Filename | Size |
---|---|
geo-parent-0.7.6.pom | 1 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.davidmoten/geo-parent/ -->
<dependency>
<groupId>com.github.davidmoten</groupId>
<artifactId>geo-parent</artifactId>
<version>0.7.6</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.davidmoten/geo-parent/
implementation 'com.github.davidmoten:geo-parent:0.7.6'
// https://jarcasting.com/artifacts/com.github.davidmoten/geo-parent/
implementation ("com.github.davidmoten:geo-parent:0.7.6")
'com.github.davidmoten:geo-parent:pom:0.7.6'
<dependency org="com.github.davidmoten" name="geo-parent" rev="0.7.6">
<artifact name="geo-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.davidmoten', module='geo-parent', version='0.7.6')
)
libraryDependencies += "com.github.davidmoten" % "geo-parent" % "0.7.6"
[com.github.davidmoten/geo-parent "0.7.6"]