GroupId | GroupIdorg.fcrepo |
---|---|
ArtifactId | ArtifactIdfcrepo-common |
Version | Version3.6 |
Type | Typejar |
Filename | Size |
---|---|
fcrepo-common-3.6.pom | |
fcrepo-common-3.6.jar | 298 KB |
fcrepo-common-3.6-tests.jar | 7 KB |
fcrepo-common-3.6-sources.jar | 276 KB |
fcrepo-common-3.6-javadoc.jar | 1 MB |
Browse |
<!-- https://jarcasting.com/artifacts/org.fcrepo/fcrepo-common/ -->
<dependency>
<groupId>org.fcrepo</groupId>
<artifactId>fcrepo-common</artifactId>
<version>3.6</version>
</dependency>
// https://jarcasting.com/artifacts/org.fcrepo/fcrepo-common/
implementation 'org.fcrepo:fcrepo-common:3.6'
// https://jarcasting.com/artifacts/org.fcrepo/fcrepo-common/
implementation ("org.fcrepo:fcrepo-common:3.6")
'org.fcrepo:fcrepo-common:jar:3.6'
<dependency org="org.fcrepo" name="fcrepo-common" rev="3.6">
<artifact name="fcrepo-common" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.fcrepo', module='fcrepo-common', version='3.6')
)
libraryDependencies += "org.fcrepo" % "fcrepo-common" % "3.6"
[org.fcrepo/fcrepo-common "3.6"]