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