Categories |
Categoriesconfig Application Layer Libs Configuration |
---|---|
GroupId | GroupIdorg.fcrepo |
ArtifactId | ArtifactIdfcrepo-integrationtest-configA |
Version | Version3.6 |
Type | Typejar |
Filename | Size |
---|---|
fcrepo-integrationtest-configA-3.6.pom | |
fcrepo-integrationtest-configA-3.6.jar | 4 KB |
fcrepo-integrationtest-configA-3.6-javadoc.jar | 334 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/org.fcrepo/fcrepo-integrationtest-configA/ -->
<dependency>
<groupId>org.fcrepo</groupId>
<artifactId>fcrepo-integrationtest-configA</artifactId>
<version>3.6</version>
</dependency>
// https://jarcasting.com/artifacts/org.fcrepo/fcrepo-integrationtest-configA/
implementation 'org.fcrepo:fcrepo-integrationtest-configA:3.6'
// https://jarcasting.com/artifacts/org.fcrepo/fcrepo-integrationtest-configA/
implementation ("org.fcrepo:fcrepo-integrationtest-configA:3.6")
'org.fcrepo:fcrepo-integrationtest-configA:jar:3.6'
<dependency org="org.fcrepo" name="fcrepo-integrationtest-configA" rev="3.6">
<artifact name="fcrepo-integrationtest-configA" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.fcrepo', module='fcrepo-integrationtest-configA', version='3.6')
)
libraryDependencies += "org.fcrepo" % "fcrepo-integrationtest-configA" % "3.6"
[org.fcrepo/fcrepo-integrationtest-configA "3.6"]