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