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