GroupId | GroupIdorg.openforis.collect |
---|---|
ArtifactId | ArtifactIdcollect-base |
Version | Version4.0.13 |
Type | Typejar |
Filename | Size |
---|---|
collect-base-4.0.13.pom | |
collect-base-4.0.13.jar | 4 KB |
collect-base-4.0.13-sources.jar | 3 KB |
collect-base-4.0.13-javadoc.jar | 26 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.openforis.collect/collect-base/ -->
<dependency>
<groupId>org.openforis.collect</groupId>
<artifactId>collect-base</artifactId>
<version>4.0.13</version>
</dependency>
// https://jarcasting.com/artifacts/org.openforis.collect/collect-base/
implementation 'org.openforis.collect:collect-base:4.0.13'
// https://jarcasting.com/artifacts/org.openforis.collect/collect-base/
implementation ("org.openforis.collect:collect-base:4.0.13")
'org.openforis.collect:collect-base:jar:4.0.13'
<dependency org="org.openforis.collect" name="collect-base" rev="4.0.13">
<artifact name="collect-base" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.openforis.collect', module='collect-base', version='4.0.13')
)
libraryDependencies += "org.openforis.collect" % "collect-base" % "4.0.13"
[org.openforis.collect/collect-base "4.0.13"]