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