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