GroupId | GroupIdcom.codereligion |
---|---|
ArtifactId | ArtifactIdhammock-tests |
Version | Version0.8 |
Type | Typejar |
Filename | Size |
---|---|
hammock-tests-0.8.pom | |
hammock-tests-0.8.jar | 18 KB |
hammock-tests-0.8-sources.jar | 2 KB |
hammock-tests-0.8-javadoc.jar | 47 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.codereligion/hammock-tests/ -->
<dependency>
<groupId>com.codereligion</groupId>
<artifactId>hammock-tests</artifactId>
<version>0.8</version>
</dependency>
// https://jarcasting.com/artifacts/com.codereligion/hammock-tests/
implementation 'com.codereligion:hammock-tests:0.8'
// https://jarcasting.com/artifacts/com.codereligion/hammock-tests/
implementation ("com.codereligion:hammock-tests:0.8")
'com.codereligion:hammock-tests:jar:0.8'
<dependency org="com.codereligion" name="hammock-tests" rev="0.8">
<artifact name="hammock-tests" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.codereligion', module='hammock-tests', version='0.8')
)
libraryDependencies += "com.codereligion" % "hammock-tests" % "0.8"
[com.codereligion/hammock-tests "0.8"]