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