License |
License |
---|---|
GroupId | GroupIdcom.ontology2 |
ArtifactId | ArtifactIdcentipede-parent |
Last Version | Last Version100.2 |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionCentipede -- utilities for developing command line applications in Java
Sonatype helps open source projects to set up Maven repositories on https://oss.sonatype.org/
|
Project URL |
Project URL |
Filename | Size |
---|---|
centipede-parent-100.2.pom | 3 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.ontology2/centipede-parent/ -->
<dependency>
<groupId>com.ontology2</groupId>
<artifactId>centipede-parent</artifactId>
<version>100.2</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.ontology2/centipede-parent/
implementation 'com.ontology2:centipede-parent:100.2'
// https://jarcasting.com/artifacts/com.ontology2/centipede-parent/
implementation ("com.ontology2:centipede-parent:100.2")
'com.ontology2:centipede-parent:pom:100.2'
<dependency org="com.ontology2" name="centipede-parent" rev="100.2">
<artifact name="centipede-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.ontology2', module='centipede-parent', version='100.2')
)
libraryDependencies += "com.ontology2" % "centipede-parent" % "100.2"
[com.ontology2/centipede-parent "100.2"]