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