Categories |
CategoriesData Geo Business Logic Libraries Geospatial |
---|---|
GroupId | GroupIdcom.ethlo.geodata |
ArtifactId | ArtifactIdgeodata-service |
Version | Version0.3 |
Type | Typejar |
Filename | Size |
---|---|
geodata-service-0.3.pom | |
geodata-service-0.3.jar | 60 KB |
geodata-service-0.3-sources.jar | 36 KB |
geodata-service-0.3-javadoc.jar | 141 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.ethlo.geodata/geodata-service/ -->
<dependency>
<groupId>com.ethlo.geodata</groupId>
<artifactId>geodata-service</artifactId>
<version>0.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.ethlo.geodata/geodata-service/
implementation 'com.ethlo.geodata:geodata-service:0.3'
// https://jarcasting.com/artifacts/com.ethlo.geodata/geodata-service/
implementation ("com.ethlo.geodata:geodata-service:0.3")
'com.ethlo.geodata:geodata-service:jar:0.3'
<dependency org="com.ethlo.geodata" name="geodata-service" rev="0.3">
<artifact name="geodata-service" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.ethlo.geodata', module='geodata-service', version='0.3')
)
libraryDependencies += "com.ethlo.geodata" % "geodata-service" % "0.3"
[com.ethlo.geodata/geodata-service "0.3"]