GroupId | GroupIdcom.github.cwilper.fcrepo-cloudsync |
---|---|
ArtifactId | ArtifactIdfcrepo-cloudsync-api |
Version | Version1.0.0-beta-2 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.github.cwilper.fcrepo-cloudsync/fcrepo-cloudsync-api/ -->
<dependency>
<groupId>com.github.cwilper.fcrepo-cloudsync</groupId>
<artifactId>fcrepo-cloudsync-api</artifactId>
<version>1.0.0-beta-2</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.cwilper.fcrepo-cloudsync/fcrepo-cloudsync-api/
implementation 'com.github.cwilper.fcrepo-cloudsync:fcrepo-cloudsync-api:1.0.0-beta-2'
// https://jarcasting.com/artifacts/com.github.cwilper.fcrepo-cloudsync/fcrepo-cloudsync-api/
implementation ("com.github.cwilper.fcrepo-cloudsync:fcrepo-cloudsync-api:1.0.0-beta-2")
'com.github.cwilper.fcrepo-cloudsync:fcrepo-cloudsync-api:jar:1.0.0-beta-2'
<dependency org="com.github.cwilper.fcrepo-cloudsync" name="fcrepo-cloudsync-api" rev="1.0.0-beta-2">
<artifact name="fcrepo-cloudsync-api" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.cwilper.fcrepo-cloudsync', module='fcrepo-cloudsync-api', version='1.0.0-beta-2')
)
libraryDependencies += "com.github.cwilper.fcrepo-cloudsync" % "fcrepo-cloudsync-api" % "1.0.0-beta-2"
[com.github.cwilper.fcrepo-cloudsync/fcrepo-cloudsync-api "1.0.0-beta-2"]