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