| Лицензия |
Лицензия |
|---|---|
| Группа | Группаcom.github.hammelion |
| Идентификатор | Идентификаторjraml |
| Последняя версия | Последняя версия0.3 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
Описаниеcom.github.hammelion:jraml
Jraml helps you build your java implementation of REST API, based on specification, described by raml file.
|
| Ссылка на сайт |
Ссылка на сайт |
| Имя Файла | Размер |
|---|---|
| jraml-0.3.pom | |
| jraml-0.3.jar | 23 KB |
| jraml-0.3-sources.jar | 11 KB |
| jraml-0.3-javadoc.jar | 110 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.github.hammelion/jraml/ -->
<dependency>
<groupId>com.github.hammelion</groupId>
<artifactId>jraml</artifactId>
<version>0.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.hammelion/jraml/
implementation 'com.github.hammelion:jraml:0.3'
// https://jarcasting.com/artifacts/com.github.hammelion/jraml/
implementation ("com.github.hammelion:jraml:0.3")
'com.github.hammelion:jraml:jar:0.3'
<dependency org="com.github.hammelion" name="jraml" rev="0.3">
<artifact name="jraml" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.hammelion', module='jraml', version='0.3')
)
libraryDependencies += "com.github.hammelion" % "jraml" % "0.3"
[com.github.hammelion/jraml "0.3"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| javax.servlet : javax.servlet-api | jar | 3.1.0 |
| org.reflections : reflections | jar | 0.9.9 |
| javax.ws.rs : javax.ws.rs-api | jar | 2.0.1 |
| org.jukito : jukito | jar | 1.4.1 |
| org.raml : raml-parser | jar | 0.8.11 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| com.google.inject : guice | jar | 4.0 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| junit : junit | jar | 4.12 |
| org.hamcrest : hamcrest-all | jar | 1.3 |
| org.httpunit : httpunit | jar | 1.7.2 |