GroupId | GroupIdorg.openforis.collect.earth |
---|---|
ArtifactId | ArtifactIdcollect-earth-app |
Version | Version1.13.5 |
Type | Typejar |
Filename | Size |
---|---|
collect-earth-app-1.13.5.pom | |
collect-earth-app-1.13.5.jar | 578 KB |
collect-earth-app-1.13.5-sources.jar | 379 KB |
collect-earth-app-1.13.5-javadoc.jar | 710 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.openforis.collect.earth/collect-earth-app/ -->
<dependency>
<groupId>org.openforis.collect.earth</groupId>
<artifactId>collect-earth-app</artifactId>
<version>1.13.5</version>
</dependency>
// https://jarcasting.com/artifacts/org.openforis.collect.earth/collect-earth-app/
implementation 'org.openforis.collect.earth:collect-earth-app:1.13.5'
// https://jarcasting.com/artifacts/org.openforis.collect.earth/collect-earth-app/
implementation ("org.openforis.collect.earth:collect-earth-app:1.13.5")
'org.openforis.collect.earth:collect-earth-app:jar:1.13.5'
<dependency org="org.openforis.collect.earth" name="collect-earth-app" rev="1.13.5">
<artifact name="collect-earth-app" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.openforis.collect.earth', module='collect-earth-app', version='1.13.5')
)
libraryDependencies += "org.openforis.collect.earth" % "collect-earth-app" % "1.13.5"
[org.openforis.collect.earth/collect-earth-app "1.13.5"]