| Лицензия |
Лицензия |
|---|---|
| Группа | Группаorg.ow2.ishmael |
| Идентификатор | Идентификаторishmael-lite |
| Последняя версия | Последняя версия1.0.6 |
| Дата | Дата |
| Тип | Типpom |
| Описание |
ОписаниеIshmael Lite
The OW2 Consortium is an open source community committed to making available to everyone the
best and most reliable middleware technology. OW2 mission is to develop open source code
middleware and to foster a vibrant community and business ecosystem.
|
| Организация-разработчик |
Организация-разработчик |
| Имя Файла | Размер |
|---|---|
| ishmael-lite-1.0.6.pom | 4 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.ow2.ishmael/ishmael-lite/ -->
<dependency>
<groupId>org.ow2.ishmael</groupId>
<artifactId>ishmael-lite</artifactId>
<version>1.0.6</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.ow2.ishmael/ishmael-lite/
implementation 'org.ow2.ishmael:ishmael-lite:1.0.6'
// https://jarcasting.com/artifacts/org.ow2.ishmael/ishmael-lite/
implementation ("org.ow2.ishmael:ishmael-lite:1.0.6")
'org.ow2.ishmael:ishmael-lite:pom:1.0.6'
<dependency org="org.ow2.ishmael" name="ishmael-lite" rev="1.0.6">
<artifact name="ishmael-lite" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.ow2.ishmael', module='ishmael-lite', version='1.0.6')
)
libraryDependencies += "org.ow2.ishmael" % "ishmael-lite" % "1.0.6"
[org.ow2.ishmael/ishmael-lite "1.0.6"]