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