| Лицензия |
Лицензия |
|---|---|
| Группа | Группаorg.ops4j.ramler |
| Идентификатор | Идентификаторsamples |
| Последняя версия | Последняя версия0.10.0 |
| Дата | Дата |
| Тип | Типpom |
| Описание |
ОписаниеOPS4J Ramler Samples Reactor
Code and documentation generator for RAML 1.0
|
| Организация-разработчик |
Организация-разработчик |
| Имя Файла | Размер |
|---|---|
| samples-0.10.0.pom | 592 bytes |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.ops4j.ramler/samples/ -->
<dependency>
<groupId>org.ops4j.ramler</groupId>
<artifactId>samples</artifactId>
<version>0.10.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.ops4j.ramler/samples/
implementation 'org.ops4j.ramler:samples:0.10.0'
// https://jarcasting.com/artifacts/org.ops4j.ramler/samples/
implementation ("org.ops4j.ramler:samples:0.10.0")
'org.ops4j.ramler:samples:pom:0.10.0'
<dependency org="org.ops4j.ramler" name="samples" rev="0.10.0">
<artifact name="samples" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.ops4j.ramler', module='samples', version='0.10.0')
)
libraryDependencies += "org.ops4j.ramler" % "samples" % "0.10.0"
[org.ops4j.ramler/samples "0.10.0"]