License |
License |
---|---|
GroupId | GroupIdorg.meteothink |
ArtifactId | ArtifactIdproj4j |
Version | Version1.0.1 |
Type | Typejar |
Description |
DescriptionProj4J
Java port of the Proj.4 library for coordinate reprojection
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
proj4j-1.0.1.pom | |
proj4j-1.0.1.jar | 1 MB |
proj4j-1.0.1-sources.jar | 1 MB |
proj4j-1.0.1-javadoc.jar | 1 MB |
Browse |
<!-- https://jarcasting.com/artifacts/org.meteothink/proj4j/ -->
<dependency>
<groupId>org.meteothink</groupId>
<artifactId>proj4j</artifactId>
<version>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.meteothink/proj4j/
implementation 'org.meteothink:proj4j:1.0.1'
// https://jarcasting.com/artifacts/org.meteothink/proj4j/
implementation ("org.meteothink:proj4j:1.0.1")
'org.meteothink:proj4j:jar:1.0.1'
<dependency org="org.meteothink" name="proj4j" rev="1.0.1">
<artifact name="proj4j" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.meteothink', module='proj4j', version='1.0.1')
)
libraryDependencies += "org.meteothink" % "proj4j" % "1.0.1"
[org.meteothink/proj4j "1.0.1"]
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |