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