License |
License |
---|---|
GroupId | GroupIdcom.github.squirrelgrip |
ArtifactId | ArtifactIdroot |
Version | Version1.1.17 |
Type | Typepom |
Description |
Descriptionroot
A maven root project for SquirrelGrip projects
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
root-1.1.17.pom | 30 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.squirrelgrip/root/ -->
<dependency>
<groupId>com.github.squirrelgrip</groupId>
<artifactId>root</artifactId>
<version>1.1.17</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.squirrelgrip/root/
implementation 'com.github.squirrelgrip:root:1.1.17'
// https://jarcasting.com/artifacts/com.github.squirrelgrip/root/
implementation ("com.github.squirrelgrip:root:1.1.17")
'com.github.squirrelgrip:root:pom:1.1.17'
<dependency org="com.github.squirrelgrip" name="root" rev="1.1.17">
<artifact name="root" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.squirrelgrip', module='root', version='1.1.17')
)
libraryDependencies += "com.github.squirrelgrip" % "root" % "1.1.17"
[com.github.squirrelgrip/root "1.1.17"]