| License | 
                License | 
        
|---|---|
| Categories | 
                CategoriesData Geo Business Logic Libraries Geospatial | 
        
| GroupId | GroupIdcom.ethlo.geodata | 
    
| ArtifactId | ArtifactIdgeodata | 
    
| Last Version | Last Version0.3.2 | 
        
| Release Date | Release Date | 
        
| Type | Typepom | 
    
| Description | 
            DescriptionParent pom providing dependency and plugin management for applications
		built with Maven 
         | 
    
| Project Organization | 
                    Project Organization | 
            
| Filename | Size | 
|---|---|
| geodata-0.3.2.pom | 4 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/com.ethlo.geodata/geodata/ -->
<dependency>
    <groupId>com.ethlo.geodata</groupId>
    <artifactId>geodata</artifactId>
    <version>0.3.2</version>
    <type>pom</type>
</dependency>
                // https://jarcasting.com/artifacts/com.ethlo.geodata/geodata/
implementation 'com.ethlo.geodata:geodata:0.3.2'
                // https://jarcasting.com/artifacts/com.ethlo.geodata/geodata/
implementation ("com.ethlo.geodata:geodata:0.3.2")
                'com.ethlo.geodata:geodata:pom:0.3.2'
                <dependency org="com.ethlo.geodata" name="geodata" rev="0.3.2">
  <artifact name="geodata" type="pom" />
</dependency>
                @Grapes(
@Grab(group='com.ethlo.geodata', module='geodata', version='0.3.2')
)
                libraryDependencies += "com.ethlo.geodata" % "geodata" % "0.3.2"
                [com.ethlo.geodata/geodata "0.3.2"]