| GroupId | GroupIdorg.fcrepo.importexport |
|---|---|
| ArtifactId | ArtifactIdfcrepo-import-export |
| Version | Version0.1.0 |
| Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.fcrepo.importexport/fcrepo-import-export/ -->
<dependency>
<groupId>org.fcrepo.importexport</groupId>
<artifactId>fcrepo-import-export</artifactId>
<version>0.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.fcrepo.importexport/fcrepo-import-export/
implementation 'org.fcrepo.importexport:fcrepo-import-export:0.1.0'
// https://jarcasting.com/artifacts/org.fcrepo.importexport/fcrepo-import-export/
implementation ("org.fcrepo.importexport:fcrepo-import-export:0.1.0")
'org.fcrepo.importexport:fcrepo-import-export:jar:0.1.0'
<dependency org="org.fcrepo.importexport" name="fcrepo-import-export" rev="0.1.0">
<artifact name="fcrepo-import-export" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.fcrepo.importexport', module='fcrepo-import-export', version='0.1.0')
)
libraryDependencies += "org.fcrepo.importexport" % "fcrepo-import-export" % "0.1.0"
[org.fcrepo.importexport/fcrepo-import-export "0.1.0"]