| Лицензия |
Лицензия |
|---|---|
| Группа | Группаcom.sythesystems.jeb |
| Идентификатор | Идентификаторjeb |
| Версия | Версия0.9.2 |
| Тип | Типjar |
| Описание |
Описаниеcom.sythesystems.jeb:jeb
A tiny, simple framework for easily mapping JPA entities into JSON responses in Spring Rest Controllers
|
| Ссылка на сайт |
Ссылка на сайт |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| jeb-0.9.2.pom | |
| jeb-0.9.2.jar | 8 KB |
| jeb-0.9.2-sources.jar | 5 KB |
| jeb-0.9.2-javadoc.jar | 37 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.sythesystems.jeb/jeb/ -->
<dependency>
<groupId>com.sythesystems.jeb</groupId>
<artifactId>jeb</artifactId>
<version>0.9.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.sythesystems.jeb/jeb/
implementation 'com.sythesystems.jeb:jeb:0.9.2'
// https://jarcasting.com/artifacts/com.sythesystems.jeb/jeb/
implementation ("com.sythesystems.jeb:jeb:0.9.2")
'com.sythesystems.jeb:jeb:jar:0.9.2'
<dependency org="com.sythesystems.jeb" name="jeb" rev="0.9.2">
<artifact name="jeb" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.sythesystems.jeb', module='jeb', version='0.9.2')
)
libraryDependencies += "com.sythesystems.jeb" % "jeb" % "0.9.2"
[com.sythesystems.jeb/jeb "0.9.2"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.springframework : spring-web | jar | 5.2.6.RELEASE |
| org.springframework.data : spring-data-commons | jar | 2.2.7.RELEASE |
| com.fasterxml.jackson.core : jackson-databind | jar | 2.11.0 |
| junit : junit | jar | 4.13 |