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