Categories |
CategoriesAnt Build Tools |
---|---|
GroupId | GroupIdcom.github.pyracantha |
ArtifactId | ArtifactIdcoccinea-core |
Version | Version0.0.1 |
Type | Typejar |
Filename | Size |
---|---|
coccinea-core-0.0.1.pom | |
coccinea-core-0.0.1.jar | 126 KB |
coccinea-core-0.0.1-sources.jar | 1 KB |
coccinea-core-0.0.1-javadoc.jar | 261 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.pyracantha/coccinea-core/ -->
<dependency>
<groupId>com.github.pyracantha</groupId>
<artifactId>coccinea-core</artifactId>
<version>0.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.pyracantha/coccinea-core/
implementation 'com.github.pyracantha:coccinea-core:0.0.1'
// https://jarcasting.com/artifacts/com.github.pyracantha/coccinea-core/
implementation ("com.github.pyracantha:coccinea-core:0.0.1")
'com.github.pyracantha:coccinea-core:jar:0.0.1'
<dependency org="com.github.pyracantha" name="coccinea-core" rev="0.0.1">
<artifact name="coccinea-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.pyracantha', module='coccinea-core', version='0.0.1')
)
libraryDependencies += "com.github.pyracantha" % "coccinea-core" % "0.0.1"
[com.github.pyracantha/coccinea-core "0.0.1"]