GroupId | GroupIdorg.openforis.collect.earth |
---|---|
ArtifactId | ArtifactIdcollect-earth |
Version | Version1.13.0 |
Type | Typepom |
Filename | Size |
---|---|
collect-earth-1.13.0.pom | 5 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.openforis.collect.earth/collect-earth/ -->
<dependency>
<groupId>org.openforis.collect.earth</groupId>
<artifactId>collect-earth</artifactId>
<version>1.13.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.openforis.collect.earth/collect-earth/
implementation 'org.openforis.collect.earth:collect-earth:1.13.0'
// https://jarcasting.com/artifacts/org.openforis.collect.earth/collect-earth/
implementation ("org.openforis.collect.earth:collect-earth:1.13.0")
'org.openforis.collect.earth:collect-earth:pom:1.13.0'
<dependency org="org.openforis.collect.earth" name="collect-earth" rev="1.13.0">
<artifact name="collect-earth" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.openforis.collect.earth', module='collect-earth', version='1.13.0')
)
libraryDependencies += "org.openforis.collect.earth" % "collect-earth" % "1.13.0"
[org.openforis.collect.earth/collect-earth "1.13.0"]