| License |
License
The Apache License, Version 2.0
|
|---|---|
| GroupId | GroupIdorg.coconut |
| ArtifactId | ArtifactIdcoconut-root-pom |
| Version | Version1.0 |
| Type | Typepom |
| Description |
DescriptionCoconut
|
| Project Organization |
Project OrganizationCodehaus |
| Filename | Size |
|---|---|
| coconut-root-pom-1.0.pom | 2 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.coconut/coconut-root-pom/ -->
<dependency>
<groupId>org.coconut</groupId>
<artifactId>coconut-root-pom</artifactId>
<version>1.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.coconut/coconut-root-pom/
implementation 'org.coconut:coconut-root-pom:1.0'
// https://jarcasting.com/artifacts/org.coconut/coconut-root-pom/
implementation ("org.coconut:coconut-root-pom:1.0")
'org.coconut:coconut-root-pom:pom:1.0'
<dependency org="org.coconut" name="coconut-root-pom" rev="1.0">
<artifact name="coconut-root-pom" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.coconut', module='coconut-root-pom', version='1.0')
)
libraryDependencies += "org.coconut" % "coconut-root-pom" % "1.0"
[org.coconut/coconut-root-pom "1.0"]