| License | 
                License | 
        
|---|---|
| Categories | 
                CategoriesGeo Business Logic Libraries Geospatial | 
        
| GroupId | GroupIdcom.github.davidmoten | 
    
| ArtifactId | ArtifactIdgeo-parent | 
    
| Last Version | Last Version0.8.0 | 
        
| Release Date | Release Date | 
        
| Type | Typepom | 
    
| Description | 
            DescriptionParent pom to ease deployment to Maven Central 
         | 
    
| Filename | Size | 
|---|---|
| geo-parent-0.8.0.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.8.0</version>
    <type>pom</type>
</dependency>
                // https://jarcasting.com/artifacts/com.github.davidmoten/geo-parent/
implementation 'com.github.davidmoten:geo-parent:0.8.0'
                // https://jarcasting.com/artifacts/com.github.davidmoten/geo-parent/
implementation ("com.github.davidmoten:geo-parent:0.8.0")
                'com.github.davidmoten:geo-parent:pom:0.8.0'
                <dependency org="com.github.davidmoten" name="geo-parent" rev="0.8.0">
  <artifact name="geo-parent" type="pom" />
</dependency>
                @Grapes(
@Grab(group='com.github.davidmoten', module='geo-parent', version='0.8.0')
)
                libraryDependencies += "com.github.davidmoten" % "geo-parent" % "0.8.0"
                [com.github.davidmoten/geo-parent "0.8.0"]