GroupId | GroupIdorg.openforis.collect |
---|---|
ArtifactId | ArtifactIdcollect-rdb |
Version | Version3.26.35 |
Type | Typejar |
Filename | Size |
---|---|
collect-rdb-3.26.35.pom | |
collect-rdb-3.26.35.jar | 133 KB |
collect-rdb-3.26.35-sources.jar | 74 KB |
collect-rdb-3.26.35-javadoc.jar | 378 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.openforis.collect/collect-rdb/ -->
<dependency>
<groupId>org.openforis.collect</groupId>
<artifactId>collect-rdb</artifactId>
<version>3.26.35</version>
</dependency>
// https://jarcasting.com/artifacts/org.openforis.collect/collect-rdb/
implementation 'org.openforis.collect:collect-rdb:3.26.35'
// https://jarcasting.com/artifacts/org.openforis.collect/collect-rdb/
implementation ("org.openforis.collect:collect-rdb:3.26.35")
'org.openforis.collect:collect-rdb:jar:3.26.35'
<dependency org="org.openforis.collect" name="collect-rdb" rev="3.26.35">
<artifact name="collect-rdb" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.openforis.collect', module='collect-rdb', version='3.26.35')
)
libraryDependencies += "org.openforis.collect" % "collect-rdb" % "3.26.35"
[org.openforis.collect/collect-rdb "3.26.35"]