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