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