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