is not current version
Last Version 1.5

com.telly:groundy-compiler 1.0

Code generation for callbacks

GroupId

GroupId

com.telly
ArtifactId

ArtifactId

groundy-compiler
Version

Version

1.0
Type

Type

jar

Download groundy-compiler 1.0


<!-- https://jarcasting.com/artifacts/com.telly/groundy-compiler/ -->
<dependency>
    <groupId>com.telly</groupId>
    <artifactId>groundy-compiler</artifactId>
    <version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.telly/groundy-compiler/
implementation 'com.telly:groundy-compiler:1.0'
// https://jarcasting.com/artifacts/com.telly/groundy-compiler/
implementation ("com.telly:groundy-compiler:1.0")
'com.telly:groundy-compiler:jar:1.0'
<dependency org="com.telly" name="groundy-compiler" rev="1.0">
  <artifact name="groundy-compiler" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.telly', module='groundy-compiler', version='1.0')
)
libraryDependencies += "com.telly" % "groundy-compiler" % "1.0"
[com.telly/groundy-compiler "1.0"]