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