GroupId | GroupIdcom.coditory.sherlock |
---|---|
ArtifactId | ArtifactIdsherlock-sync |
Version | Version0.1.12 |
Type | Typejar |
Filename | Size |
---|---|
sherlock-sync-0.1.12.pom | |
sherlock-sync-0.1.12.jar | 16 KB |
sherlock-sync-0.1.12-sources.jar | 8 KB |
sherlock-sync-0.1.12-javadoc.jar | 408 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.coditory.sherlock/sherlock-sync/ -->
<dependency>
<groupId>com.coditory.sherlock</groupId>
<artifactId>sherlock-sync</artifactId>
<version>0.1.12</version>
</dependency>
// https://jarcasting.com/artifacts/com.coditory.sherlock/sherlock-sync/
implementation 'com.coditory.sherlock:sherlock-sync:0.1.12'
// https://jarcasting.com/artifacts/com.coditory.sherlock/sherlock-sync/
implementation ("com.coditory.sherlock:sherlock-sync:0.1.12")
'com.coditory.sherlock:sherlock-sync:jar:0.1.12'
<dependency org="com.coditory.sherlock" name="sherlock-sync" rev="0.1.12">
<artifact name="sherlock-sync" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.coditory.sherlock', module='sherlock-sync', version='0.1.12')
)
libraryDependencies += "com.coditory.sherlock" % "sherlock-sync" % "0.1.12"
[com.coditory.sherlock/sherlock-sync "0.1.12"]