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