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