| License |
License |
|---|---|
| GroupId | GroupIdmil.nga.sf |
| ArtifactId | ArtifactIdsf-proj |
| Version | Version3.0.4 |
| Type | Typejar |
| Description |
DescriptionSimple Features Projection
Library for performing projection conversions between Simple Feature Geometries
|
| Project URL |
Project URL |
| Project Organization |
Project Organization |
| Filename | Size |
|---|---|
| sf-proj-3.0.4.pom | |
| sf-proj-3.0.4.jar | 93 KB |
| sf-proj-3.0.4-sources.jar | 87 KB |
| sf-proj-3.0.4-javadoc.jar | 67 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/mil.nga.sf/sf-proj/ -->
<dependency>
<groupId>mil.nga.sf</groupId>
<artifactId>sf-proj</artifactId>
<version>3.0.4</version>
</dependency>
// https://jarcasting.com/artifacts/mil.nga.sf/sf-proj/
implementation 'mil.nga.sf:sf-proj:3.0.4'
// https://jarcasting.com/artifacts/mil.nga.sf/sf-proj/
implementation ("mil.nga.sf:sf-proj:3.0.4")
'mil.nga.sf:sf-proj:jar:3.0.4'
<dependency org="mil.nga.sf" name="sf-proj" rev="3.0.4">
<artifact name="sf-proj" type="jar" />
</dependency>
@Grapes(
@Grab(group='mil.nga.sf', module='sf-proj', version='3.0.4')
)
libraryDependencies += "mil.nga.sf" % "sf-proj" % "3.0.4"
[mil.nga.sf/sf-proj "3.0.4"]
| Group / Artifact | Type | Version |
|---|---|---|
| mil.nga : sf | jar | 2.0.4 |
| org.locationtech.proj4j : proj4j | jar | 1.1.1 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.13.2 |