GroupId | GroupIdorg.locationtech.rasterframes |
---|---|
ArtifactId | ArtifactIdpyrasterframes_2.11 |
Version | Version0.8.0-RC3 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.locationtech.rasterframes/pyrasterframes_2.11/ -->
<dependency>
<groupId>org.locationtech.rasterframes</groupId>
<artifactId>pyrasterframes_2.11</artifactId>
<version>0.8.0-RC3</version>
</dependency>
// https://jarcasting.com/artifacts/org.locationtech.rasterframes/pyrasterframes_2.11/
implementation 'org.locationtech.rasterframes:pyrasterframes_2.11:0.8.0-RC3'
// https://jarcasting.com/artifacts/org.locationtech.rasterframes/pyrasterframes_2.11/
implementation ("org.locationtech.rasterframes:pyrasterframes_2.11:0.8.0-RC3")
'org.locationtech.rasterframes:pyrasterframes_2.11:jar:0.8.0-RC3'
<dependency org="org.locationtech.rasterframes" name="pyrasterframes_2.11" rev="0.8.0-RC3">
<artifact name="pyrasterframes_2.11" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.locationtech.rasterframes', module='pyrasterframes_2.11', version='0.8.0-RC3')
)
libraryDependencies += "org.locationtech.rasterframes" % "pyrasterframes_2.11" % "0.8.0-RC3"
[org.locationtech.rasterframes/pyrasterframes_2.11 "0.8.0-RC3"]