| License |
License |
|---|---|
| GroupId | GroupIdcom.ontology2 |
| ArtifactId | ArtifactIdcentipede |
| Last Version | Last Version100.2 |
| Release Date | Release Date |
| Type | Typejar |
| 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-100.2.pom | |
| centipede-100.2.jar | 23 KB |
| centipede-100.2-sources.jar | 13 KB |
| centipede-100.2-javadoc.jar | 126 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.ontology2/centipede/ -->
<dependency>
<groupId>com.ontology2</groupId>
<artifactId>centipede</artifactId>
<version>100.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.ontology2/centipede/
implementation 'com.ontology2:centipede:100.2'
// https://jarcasting.com/artifacts/com.ontology2/centipede/
implementation ("com.ontology2:centipede:100.2")
'com.ontology2:centipede:jar:100.2'
<dependency org="com.ontology2" name="centipede" rev="100.2">
<artifact name="centipede" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.ontology2', module='centipede', version='100.2')
)
libraryDependencies += "com.ontology2" % "centipede" % "100.2"
[com.ontology2/centipede "100.2"]
| Group / Artifact | Type | Version |
|---|---|---|
| com.google.guava : guava | jar | 19.0 |
| com.ontology2 : centipede-parser | jar | 100.2 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.12 |
| org.springframework : spring-test | jar |