Categories |
Categoriesconfig Application Layer Libs Configuration |
---|---|
GroupId | GroupIdorg.fcrepo |
ArtifactId | ArtifactIdfcrepo-configs |
Version | Version5.0.2 |
Type | Typejar |
Filename | Size |
---|---|
fcrepo-configs-5.0.2.pom | |
fcrepo-configs-5.0.2.jar | 11 KB |
fcrepo-configs-5.0.2-sources.jar | 10 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.fcrepo/fcrepo-configs/ -->
<dependency>
<groupId>org.fcrepo</groupId>
<artifactId>fcrepo-configs</artifactId>
<version>5.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.fcrepo/fcrepo-configs/
implementation 'org.fcrepo:fcrepo-configs:5.0.2'
// https://jarcasting.com/artifacts/org.fcrepo/fcrepo-configs/
implementation ("org.fcrepo:fcrepo-configs:5.0.2")
'org.fcrepo:fcrepo-configs:jar:5.0.2'
<dependency org="org.fcrepo" name="fcrepo-configs" rev="5.0.2">
<artifact name="fcrepo-configs" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.fcrepo', module='fcrepo-configs', version='5.0.2')
)
libraryDependencies += "org.fcrepo" % "fcrepo-configs" % "5.0.2"
[org.fcrepo/fcrepo-configs "5.0.2"]