GroupId | GroupIdorg.openforis.collect |
---|---|
ArtifactId | ArtifactIdcollect-rdb |
Version | Version4.0.41 |
Type | Typejar |
Filename | Size |
---|---|
collect-rdb-4.0.41.pom | |
collect-rdb-4.0.41.jar | 133 KB |
collect-rdb-4.0.41-sources.jar | 74 KB |
collect-rdb-4.0.41-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>4.0.41</version>
</dependency>
// https://jarcasting.com/artifacts/org.openforis.collect/collect-rdb/
implementation 'org.openforis.collect:collect-rdb:4.0.41'
// https://jarcasting.com/artifacts/org.openforis.collect/collect-rdb/
implementation ("org.openforis.collect:collect-rdb:4.0.41")
'org.openforis.collect:collect-rdb:jar:4.0.41'
<dependency org="org.openforis.collect" name="collect-rdb" rev="4.0.41">
<artifact name="collect-rdb" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.openforis.collect', module='collect-rdb', version='4.0.41')
)
libraryDependencies += "org.openforis.collect" % "collect-rdb" % "4.0.41"
[org.openforis.collect/collect-rdb "4.0.41"]