Categories |
CategoriesAnt Build Tools |
---|---|
GroupId | GroupIdcom.github.pyracantha |
ArtifactId | ArtifactIdcoccinea-core |
Version | Version0.1.0-15-8babd3d |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.github.pyracantha/coccinea-core/ -->
<dependency>
<groupId>com.github.pyracantha</groupId>
<artifactId>coccinea-core</artifactId>
<version>0.1.0-15-8babd3d</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.pyracantha/coccinea-core/
implementation 'com.github.pyracantha:coccinea-core:0.1.0-15-8babd3d'
// https://jarcasting.com/artifacts/com.github.pyracantha/coccinea-core/
implementation ("com.github.pyracantha:coccinea-core:0.1.0-15-8babd3d")
'com.github.pyracantha:coccinea-core:jar:0.1.0-15-8babd3d'
<dependency org="com.github.pyracantha" name="coccinea-core" rev="0.1.0-15-8babd3d">
<artifact name="coccinea-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.pyracantha', module='coccinea-core', version='0.1.0-15-8babd3d')
)
libraryDependencies += "com.github.pyracantha" % "coccinea-core" % "0.1.0-15-8babd3d"
[com.github.pyracantha/coccinea-core "0.1.0-15-8babd3d"]