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