is not current version
Last Version 1.5

com.telly:groundy-compiler 0.9

Code generation for callbacks

GroupId

GroupId

com.telly
ArtifactId

ArtifactId

groundy-compiler
Version

Version

0.9
Type

Type

jar

Download groundy-compiler 0.9


<!-- 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"]