| Лицензия |
Лицензия |
|---|---|
| Группа | Группаorg.objectweb.dream.dreamlib |
| Идентификатор | Идентификаторparent |
| Версия | Версия3 |
| Тип | Типpom |
| Описание |
ОписаниеDream Library parent project
dreamlib provides a library of components that can be used to build
communication middleware (e.g. queues, channels, protocols)
|
| Организация-разработчик |
Организация-разработчикObjectWeb Consortium |
| Имя Файла | Размер |
|---|---|
| parent-3.pom | 1 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.objectweb.dream.dreamlib/parent/ -->
<dependency>
<groupId>org.objectweb.dream.dreamlib</groupId>
<artifactId>parent</artifactId>
<version>3</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.objectweb.dream.dreamlib/parent/
implementation 'org.objectweb.dream.dreamlib:parent:3'
// https://jarcasting.com/artifacts/org.objectweb.dream.dreamlib/parent/
implementation ("org.objectweb.dream.dreamlib:parent:3")
'org.objectweb.dream.dreamlib:parent:pom:3'
<dependency org="org.objectweb.dream.dreamlib" name="parent" rev="3">
<artifact name="parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.objectweb.dream.dreamlib', module='parent', version='3')
)
libraryDependencies += "org.objectweb.dream.dreamlib" % "parent" % "3"
[org.objectweb.dream.dreamlib/parent "3"]