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