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