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