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