Categories |
Categoriesconfig Application Layer Libs Configuration |
---|---|
GroupId | GroupIdorg.fcrepo |
ArtifactId | ArtifactIdfcrepo-integrationtest-configQ |
Version | Version3.5 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.fcrepo/fcrepo-integrationtest-configQ/ -->
<dependency>
<groupId>org.fcrepo</groupId>
<artifactId>fcrepo-integrationtest-configQ</artifactId>
<version>3.5</version>
</dependency>
// https://jarcasting.com/artifacts/org.fcrepo/fcrepo-integrationtest-configQ/
implementation 'org.fcrepo:fcrepo-integrationtest-configQ:3.5'
// https://jarcasting.com/artifacts/org.fcrepo/fcrepo-integrationtest-configQ/
implementation ("org.fcrepo:fcrepo-integrationtest-configQ:3.5")
'org.fcrepo:fcrepo-integrationtest-configQ:jar:3.5'
<dependency org="org.fcrepo" name="fcrepo-integrationtest-configQ" rev="3.5">
<artifact name="fcrepo-integrationtest-configQ" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.fcrepo', module='fcrepo-integrationtest-configQ', version='3.5')
)
libraryDependencies += "org.fcrepo" % "fcrepo-integrationtest-configQ" % "3.5"
[org.fcrepo/fcrepo-integrationtest-configQ "3.5"]