License |
License |
---|---|
GroupId | GroupIdcom.toolazydogs |
ArtifactId | ArtifactIdroot |
Version | Version3 |
Type | Typepom |
Description |
DescriptionToo Lazy Dogs
Too Lazy Dogs parent
|
Project URL |
Project URL |
Filename | Size |
---|---|
root-3.pom | 7 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.toolazydogs/root/ -->
<dependency>
<groupId>com.toolazydogs</groupId>
<artifactId>root</artifactId>
<version>3</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.toolazydogs/root/
implementation 'com.toolazydogs:root:3'
// https://jarcasting.com/artifacts/com.toolazydogs/root/
implementation ("com.toolazydogs:root:3")
'com.toolazydogs:root:pom:3'
<dependency org="com.toolazydogs" name="root" rev="3">
<artifact name="root" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.toolazydogs', module='root', version='3')
)
libraryDependencies += "com.toolazydogs" % "root" % "3"
[com.toolazydogs/root "3"]