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