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