| Лицензия |
Лицензия |
|---|---|
| Группа | Группаcom.ontology2 |
| Идентификатор | Идентификаторcentipede-parent |
| Последняя версия | Последняя версия100.2 |
| Дата | Дата |
| Тип | Типpom |
| Описание |
ОписаниеCentipede -- utilities for developing command line applications in Java
Sonatype helps open source projects to set up Maven repositories on https://oss.sonatype.org/
|
| Ссылка на сайт |
Ссылка на сайт |
| Имя Файла | Размер |
|---|---|
| centipede-parent-100.2.pom | 3 KB |
| Обзор |
<!-- 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"]