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