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