| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииJSON Данные |
| Группа | Группаorg.raml.jaxrs |
| Идентификатор | Идентификаторsimple-json-example |
| Версия | Версия3.0.5 |
| Тип | Типjar |
| Описание |
ОписаниеThis project is all about two way transformation of JAX-RS-annotated Java code to RAML API description and back.
|
| Организация-разработчик |
Организация-разработчик |
| Имя Файла | Размер |
|---|---|
| simple-json-example-3.0.5.pom | |
| simple-json-example-3.0.5.jar | 9 KB |
| simple-json-example-3.0.5-sources.jar | 6 KB |
| simple-json-example-3.0.5-javadoc.jar | 61 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.raml.jaxrs/simple-json-example/ -->
<dependency>
<groupId>org.raml.jaxrs</groupId>
<artifactId>simple-json-example</artifactId>
<version>3.0.5</version>
</dependency>
// https://jarcasting.com/artifacts/org.raml.jaxrs/simple-json-example/
implementation 'org.raml.jaxrs:simple-json-example:3.0.5'
// https://jarcasting.com/artifacts/org.raml.jaxrs/simple-json-example/
implementation ("org.raml.jaxrs:simple-json-example:3.0.5")
'org.raml.jaxrs:simple-json-example:jar:3.0.5'
<dependency org="org.raml.jaxrs" name="simple-json-example" rev="3.0.5">
<artifact name="simple-json-example" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.raml.jaxrs', module='simple-json-example', version='3.0.5')
)
libraryDependencies += "org.raml.jaxrs" % "simple-json-example" % "3.0.5"
[org.raml.jaxrs/simple-json-example "3.0.5"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| javax.ws.rs : javax.ws.rs-api | jar | 2.0.1 |
| org.raml.jaxrs : jaxrs-code-generator | jar | 3.0.5 |
| org.glassfish.jersey.containers : jersey-container-jetty-http | jar | 2.24 |
| org.glassfish.jersey.media : jersey-media-json-jackson | jar | 2.24 |
| com.fasterxml.jackson.jaxrs : jackson-jaxrs-json-provider | jar | 2.4.1 |