License |
License |
---|---|
Categories |
CategoriesGeo Business Logic Libraries Geospatial |
GroupId | GroupIduk.gov.dstl.geo |
ArtifactId | ArtifactIdosgb |
Last Version | Last Version1.0.3 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionOSGB
Library for converting between OSGB and WGS84 coordinates
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
osgb-1.0.3.pom | |
osgb-1.0.3.jar | 12 KB |
osgb-1.0.3-tests.jar | 7 KB |
osgb-1.0.3-sources.jar | 10 KB |
osgb-1.0.3-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.3</version>
</dependency>
// https://jarcasting.com/artifacts/uk.gov.dstl.geo/osgb/
implementation 'uk.gov.dstl.geo:osgb:1.0.3'
// https://jarcasting.com/artifacts/uk.gov.dstl.geo/osgb/
implementation ("uk.gov.dstl.geo:osgb:1.0.3")
'uk.gov.dstl.geo:osgb:jar:1.0.3'
<dependency org="uk.gov.dstl.geo" name="osgb" rev="1.0.3">
<artifact name="osgb" type="jar" />
</dependency>
@Grapes(
@Grab(group='uk.gov.dstl.geo', module='osgb', version='1.0.3')
)
libraryDependencies += "uk.gov.dstl.geo" % "osgb" % "1.0.3"
[uk.gov.dstl.geo/osgb "1.0.3"]
Group / Artifact | Type | Version |
---|---|---|
org.junit.jupiter : junit-jupiter-api | jar | 5.7.2 |