GroupId | GroupIdcom.telly |
---|---|
ArtifactId | ArtifactIdgroundy-compiler |
Version | Version0.9 |
Type | Typejar |
Filename | Size |
---|---|
groundy-compiler-0.9.pom | |
groundy-compiler-0.9.jar | 11 KB |
groundy-compiler-0.9-sources.jar | 5 KB |
groundy-compiler-0.9-javadoc.jar | 22 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.telly/groundy-compiler/ -->
<dependency>
<groupId>com.telly</groupId>
<artifactId>groundy-compiler</artifactId>
<version>0.9</version>
</dependency>
// https://jarcasting.com/artifacts/com.telly/groundy-compiler/
implementation 'com.telly:groundy-compiler:0.9'
// https://jarcasting.com/artifacts/com.telly/groundy-compiler/
implementation ("com.telly:groundy-compiler:0.9")
'com.telly:groundy-compiler:jar:0.9'
<dependency org="com.telly" name="groundy-compiler" rev="0.9">
<artifact name="groundy-compiler" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.telly', module='groundy-compiler', version='0.9')
)
libraryDependencies += "com.telly" % "groundy-compiler" % "0.9"
[com.telly/groundy-compiler "0.9"]