GroupId | GroupIdorg.fcrepo.migration |
---|---|
ArtifactId | ArtifactIdmigration-utils |
Version | Version6.0.0-alpha-2 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.fcrepo.migration/migration-utils/ -->
<dependency>
<groupId>org.fcrepo.migration</groupId>
<artifactId>migration-utils</artifactId>
<version>6.0.0-alpha-2</version>
</dependency>
// https://jarcasting.com/artifacts/org.fcrepo.migration/migration-utils/
implementation 'org.fcrepo.migration:migration-utils:6.0.0-alpha-2'
// https://jarcasting.com/artifacts/org.fcrepo.migration/migration-utils/
implementation ("org.fcrepo.migration:migration-utils:6.0.0-alpha-2")
'org.fcrepo.migration:migration-utils:jar:6.0.0-alpha-2'
<dependency org="org.fcrepo.migration" name="migration-utils" rev="6.0.0-alpha-2">
<artifact name="migration-utils" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.fcrepo.migration', module='migration-utils', version='6.0.0-alpha-2')
)
libraryDependencies += "org.fcrepo.migration" % "migration-utils" % "6.0.0-alpha-2"
[org.fcrepo.migration/migration-utils "6.0.0-alpha-2"]