не последняя версия
Последняя версия 1.3.1

org.coosproject:coos-parent 1.0.0

COOS is a general purpose, modular, pluggable and distributable, open source middleware platform written in Java; designed for connecting both service and device objects that communicate via messages and enabling monitoring and management.

Группа

Группа

org.coosproject
Идентификатор

Идентификатор

coos-parent
Версия

Версия

1.0.0
Тип

Тип

pom

Скачать coos-parent 1.0.0

Имя Файла Размер
coos-parent-1.0.0.pom 15 KB
Обзор

<!-- https://jarcasting.com/artifacts/org.coosproject/coos-parent/ -->
<dependency>
    <groupId>org.coosproject</groupId>
    <artifactId>coos-parent</artifactId>
    <version>1.0.0</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.coosproject/coos-parent/
implementation 'org.coosproject:coos-parent:1.0.0'
// https://jarcasting.com/artifacts/org.coosproject/coos-parent/
implementation ("org.coosproject:coos-parent:1.0.0")
'org.coosproject:coos-parent:pom:1.0.0'
<dependency org="org.coosproject" name="coos-parent" rev="1.0.0">
  <artifact name="coos-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.coosproject', module='coos-parent', version='1.0.0')
)
libraryDependencies += "org.coosproject" % "coos-parent" % "1.0.0"
[org.coosproject/coos-parent "1.0.0"]