GroupId | GroupIdcom.github.squirrelgrip |
---|---|
ArtifactId | ArtifactIdroot |
Version | Version1.0.9 |
Type | Typepom |
Filename | Size |
---|---|
root-1.0.9.pom | 19 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.squirrelgrip/root/ -->
<dependency>
<groupId>com.github.squirrelgrip</groupId>
<artifactId>root</artifactId>
<version>1.0.9</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.squirrelgrip/root/
implementation 'com.github.squirrelgrip:root:1.0.9'
// https://jarcasting.com/artifacts/com.github.squirrelgrip/root/
implementation ("com.github.squirrelgrip:root:1.0.9")
'com.github.squirrelgrip:root:pom:1.0.9'
<dependency org="com.github.squirrelgrip" name="root" rev="1.0.9">
<artifact name="root" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.squirrelgrip', module='root', version='1.0.9')
)
libraryDependencies += "com.github.squirrelgrip" % "root" % "1.0.9"
[com.github.squirrelgrip/root "1.0.9"]