GroupId | GroupIdorg.fcrepo |
---|---|
ArtifactId | ArtifactIdfcrepo-webapp |
Version | Version4.0.0-beta-04 |
Type | Typewar |
<!-- https://jarcasting.com/artifacts/org.fcrepo/fcrepo-webapp/ -->
<dependency>
<groupId>org.fcrepo</groupId>
<artifactId>fcrepo-webapp</artifactId>
<version>4.0.0-beta-04</version>
<type>war</type>
</dependency>
// https://jarcasting.com/artifacts/org.fcrepo/fcrepo-webapp/
implementation 'org.fcrepo:fcrepo-webapp:4.0.0-beta-04'
// https://jarcasting.com/artifacts/org.fcrepo/fcrepo-webapp/
implementation ("org.fcrepo:fcrepo-webapp:4.0.0-beta-04")
'org.fcrepo:fcrepo-webapp:war:4.0.0-beta-04'
<dependency org="org.fcrepo" name="fcrepo-webapp" rev="4.0.0-beta-04">
<artifact name="fcrepo-webapp" type="war" />
</dependency>
@Grapes(
@Grab(group='org.fcrepo', module='fcrepo-webapp', version='4.0.0-beta-04')
)
libraryDependencies += "org.fcrepo" % "fcrepo-webapp" % "4.0.0-beta-04"
[org.fcrepo/fcrepo-webapp "4.0.0-beta-04"]