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