Categories |
CategoriesGeo Business Logic Libraries Geospatial |
---|---|
GroupId | GroupIduk.gov.dstl.geo |
ArtifactId | ArtifactIdosgb |
Version | Version1.0.0 |
Type | Typejar |
Filename | Size |
---|---|
osgb-1.0.0.pom | |
osgb-1.0.0.jar | 12 KB |
osgb-1.0.0-tests.jar | 7 KB |
osgb-1.0.0-sources.jar | 10 KB |
osgb-1.0.0-javadoc.jar | 417 KB |
Browse |
<!-- https://jarcasting.com/artifacts/uk.gov.dstl.geo/osgb/ -->
<dependency>
<groupId>uk.gov.dstl.geo</groupId>
<artifactId>osgb</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/uk.gov.dstl.geo/osgb/
implementation 'uk.gov.dstl.geo:osgb:1.0.0'
// https://jarcasting.com/artifacts/uk.gov.dstl.geo/osgb/
implementation ("uk.gov.dstl.geo:osgb:1.0.0")
'uk.gov.dstl.geo:osgb:jar:1.0.0'
<dependency org="uk.gov.dstl.geo" name="osgb" rev="1.0.0">
<artifact name="osgb" type="jar" />
</dependency>
@Grapes(
@Grab(group='uk.gov.dstl.geo', module='osgb', version='1.0.0')
)
libraryDependencies += "uk.gov.dstl.geo" % "osgb" % "1.0.0"
[uk.gov.dstl.geo/osgb "1.0.0"]