GroupId | GroupIdorg.fcrepo |
---|---|
ArtifactId | ArtifactIdfcrepo-common |
Version | Version3.6.2 |
Type | Typejar |
Filename | Size |
---|---|
fcrepo-common-3.6.2.pom | |
fcrepo-common-3.6.2.jar | 308 KB |
fcrepo-common-3.6.2-tests.jar | 7 KB |
fcrepo-common-3.6.2-sources.jar | 282 KB |
fcrepo-common-3.6.2-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.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.fcrepo/fcrepo-common/
implementation 'org.fcrepo:fcrepo-common:3.6.2'
// https://jarcasting.com/artifacts/org.fcrepo/fcrepo-common/
implementation ("org.fcrepo:fcrepo-common:3.6.2")
'org.fcrepo:fcrepo-common:jar:3.6.2'
<dependency org="org.fcrepo" name="fcrepo-common" rev="3.6.2">
<artifact name="fcrepo-common" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.fcrepo', module='fcrepo-common', version='3.6.2')
)
libraryDependencies += "org.fcrepo" % "fcrepo-common" % "3.6.2"
[org.fcrepo/fcrepo-common "3.6.2"]