| Лицензия |
Лицензия |
|---|---|
| Группа | Группаorg.ow2.shelbie |
| Идентификатор | Идентификаторshelbie |
| Последняя версия | Последняя версия2.0.0-RC1 |
| Дата | Дата |
| Тип | Типpom |
| Описание |
ОписаниеOW2 Shelbie Reactor
Highly extensible and customizable shell engine
|
| Организация-разработчик |
Организация-разработчик |
| Имя Файла | Размер |
|---|---|
| shelbie-2.0.0-RC1.pom | 1 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.ow2.shelbie/shelbie/ -->
<dependency>
<groupId>org.ow2.shelbie</groupId>
<artifactId>shelbie</artifactId>
<version>2.0.0-RC1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.ow2.shelbie/shelbie/
implementation 'org.ow2.shelbie:shelbie:2.0.0-RC1'
// https://jarcasting.com/artifacts/org.ow2.shelbie/shelbie/
implementation ("org.ow2.shelbie:shelbie:2.0.0-RC1")
'org.ow2.shelbie:shelbie:pom:2.0.0-RC1'
<dependency org="org.ow2.shelbie" name="shelbie" rev="2.0.0-RC1">
<artifact name="shelbie" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.ow2.shelbie', module='shelbie', version='2.0.0-RC1')
)
libraryDependencies += "org.ow2.shelbie" % "shelbie" % "2.0.0-RC1"
[org.ow2.shelbie/shelbie "2.0.0-RC1"]