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