GroupId | GroupIdcom.telly |
---|---|
ArtifactId | ArtifactIdgroundy-compiler |
Version | Version1.0 |
Type | Typejar |
Filename | Size |
---|---|
groundy-compiler-1.0.pom | |
groundy-compiler-1.0.jar | 12 KB |
groundy-compiler-1.0-sources.jar | 5 KB |
groundy-compiler-1.0-javadoc.jar | 22 KB |
groundy-compiler-1.0-jar-with-dependencies.jar | 87 KB |
Browse |
<!-- 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"]