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