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