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