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