GroupId | GroupIdorg.openforis.collect |
---|---|
ArtifactId | ArtifactIdcollect-webapp |
Version | Version4.0.35 |
Type | Typewar |
Filename | Size |
---|---|
collect-webapp-4.0.35.pom | |
collect-webapp-4.0.35.war | 104 MB |
Browse |
<!-- https://jarcasting.com/artifacts/org.openforis.collect/collect-webapp/ -->
<dependency>
<groupId>org.openforis.collect</groupId>
<artifactId>collect-webapp</artifactId>
<version>4.0.35</version>
<type>war</type>
</dependency>
// https://jarcasting.com/artifacts/org.openforis.collect/collect-webapp/
implementation 'org.openforis.collect:collect-webapp:4.0.35'
// https://jarcasting.com/artifacts/org.openforis.collect/collect-webapp/
implementation ("org.openforis.collect:collect-webapp:4.0.35")
'org.openforis.collect:collect-webapp:war:4.0.35'
<dependency org="org.openforis.collect" name="collect-webapp" rev="4.0.35">
<artifact name="collect-webapp" type="war" />
</dependency>
@Grapes(
@Grab(group='org.openforis.collect', module='collect-webapp', version='4.0.35')
)
libraryDependencies += "org.openforis.collect" % "collect-webapp" % "4.0.35"
[org.openforis.collect/collect-webapp "4.0.35"]