is not current version
Last Version 1.2.56

com.github.squirrelgrip:root 1.0.15

A maven root project for SquirrelGrip projects

GroupId

GroupId

com.github.squirrelgrip
ArtifactId

ArtifactId

root
Version

Version

1.0.15
Type

Type

pom

Download root 1.0.15

Filename Size
root-1.0.15.pom 20 KB
Browse

<!-- https://jarcasting.com/artifacts/com.github.squirrelgrip/root/ -->
<dependency>
    <groupId>com.github.squirrelgrip</groupId>
    <artifactId>root</artifactId>
    <version>1.0.15</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.squirrelgrip/root/
implementation 'com.github.squirrelgrip:root:1.0.15'
// https://jarcasting.com/artifacts/com.github.squirrelgrip/root/
implementation ("com.github.squirrelgrip:root:1.0.15")
'com.github.squirrelgrip:root:pom:1.0.15'
<dependency org="com.github.squirrelgrip" name="root" rev="1.0.15">
  <artifact name="root" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.squirrelgrip', module='root', version='1.0.15')
)
libraryDependencies += "com.github.squirrelgrip" % "root" % "1.0.15"
[com.github.squirrelgrip/root "1.0.15"]