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