GroupId | GroupIdorg.locationtech.rasterframes |
---|---|
ArtifactId | ArtifactIdrasterframes_2.11 |
Version | Version0.7.0 |
Type | Typejar |
Filename | Size |
---|---|
rasterframes_2.11-0.7.0.pom | |
rasterframes_2.11-0.7.0.jar | 1 MB |
rasterframes_2.11-0.7.0-sources.jar | 91 KB |
rasterframes_2.11-0.7.0-javadoc.jar | 1 MB |
Browse |
<!-- https://jarcasting.com/artifacts/org.locationtech.rasterframes/rasterframes_2.11/ -->
<dependency>
<groupId>org.locationtech.rasterframes</groupId>
<artifactId>rasterframes_2.11</artifactId>
<version>0.7.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.locationtech.rasterframes/rasterframes_2.11/
implementation 'org.locationtech.rasterframes:rasterframes_2.11:0.7.0'
// https://jarcasting.com/artifacts/org.locationtech.rasterframes/rasterframes_2.11/
implementation ("org.locationtech.rasterframes:rasterframes_2.11:0.7.0")
'org.locationtech.rasterframes:rasterframes_2.11:jar:0.7.0'
<dependency org="org.locationtech.rasterframes" name="rasterframes_2.11" rev="0.7.0">
<artifact name="rasterframes_2.11" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.locationtech.rasterframes', module='rasterframes_2.11', version='0.7.0')
)
libraryDependencies += "org.locationtech.rasterframes" % "rasterframes_2.11" % "0.7.0"
[org.locationtech.rasterframes/rasterframes_2.11 "0.7.0"]