GroupId | GroupIdorg.locationtech.rasterframes |
---|---|
ArtifactId | ArtifactIdrasterframes_2.11 |
Version | Version0.8.1 |
Type | Typejar |
Filename | Size |
---|---|
rasterframes_2.11-0.8.1.pom | |
rasterframes_2.11-0.8.1.jar | 1 MB |
rasterframes_2.11-0.8.1-sources.jar | 238 KB |
rasterframes_2.11-0.8.1-javadoc.jar | 2 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.8.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.locationtech.rasterframes/rasterframes_2.11/
implementation 'org.locationtech.rasterframes:rasterframes_2.11:0.8.1'
// https://jarcasting.com/artifacts/org.locationtech.rasterframes/rasterframes_2.11/
implementation ("org.locationtech.rasterframes:rasterframes_2.11:0.8.1")
'org.locationtech.rasterframes:rasterframes_2.11:jar:0.8.1'
<dependency org="org.locationtech.rasterframes" name="rasterframes_2.11" rev="0.8.1">
<artifact name="rasterframes_2.11" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.locationtech.rasterframes', module='rasterframes_2.11', version='0.8.1')
)
libraryDependencies += "org.locationtech.rasterframes" % "rasterframes_2.11" % "0.8.1"
[org.locationtech.rasterframes/rasterframes_2.11 "0.8.1"]