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