Categories |
CategoriesGeo Business Logic Libraries Geospatial |
---|---|
GroupId | GroupIdio.georocket |
ArtifactId | ArtifactIdgeorocket-common |
Version | Version1.2.0 |
Type | Typejar |
Filename | Size |
---|---|
georocket-common-1.2.0.pom | |
georocket-common-1.2.0.jar | 65 KB |
georocket-common-1.2.0-sources.jar | 36 KB |
georocket-common-1.2.0-javadoc.jar | 181 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.georocket/georocket-common/ -->
<dependency>
<groupId>io.georocket</groupId>
<artifactId>georocket-common</artifactId>
<version>1.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.georocket/georocket-common/
implementation 'io.georocket:georocket-common:1.2.0'
// https://jarcasting.com/artifacts/io.georocket/georocket-common/
implementation ("io.georocket:georocket-common:1.2.0")
'io.georocket:georocket-common:jar:1.2.0'
<dependency org="io.georocket" name="georocket-common" rev="1.2.0">
<artifact name="georocket-common" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.georocket', module='georocket-common', version='1.2.0')
)
libraryDependencies += "io.georocket" % "georocket-common" % "1.2.0"
[io.georocket/georocket-common "1.2.0"]