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