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