| License |
License |
|---|---|
| GroupId | GroupIdcom.sythesystems.jeb |
| ArtifactId | ArtifactIdjeb |
| Version | Version0.9.3 |
| Type | Typejar |
| Description |
Descriptioncom.sythesystems.jeb:jeb
A tiny, simple framework for easily mapping JPA entities into JSON responses in Spring Rest Controllers
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| jeb-0.9.3.pom | |
| jeb-0.9.3.jar | 8 KB |
| jeb-0.9.3-sources.jar | 5 KB |
| jeb-0.9.3-javadoc.jar | 37 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.sythesystems.jeb/jeb/ -->
<dependency>
<groupId>com.sythesystems.jeb</groupId>
<artifactId>jeb</artifactId>
<version>0.9.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.sythesystems.jeb/jeb/
implementation 'com.sythesystems.jeb:jeb:0.9.3'
// https://jarcasting.com/artifacts/com.sythesystems.jeb/jeb/
implementation ("com.sythesystems.jeb:jeb:0.9.3")
'com.sythesystems.jeb:jeb:jar:0.9.3'
<dependency org="com.sythesystems.jeb" name="jeb" rev="0.9.3">
<artifact name="jeb" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.sythesystems.jeb', module='jeb', version='0.9.3')
)
libraryDependencies += "com.sythesystems.jeb" % "jeb" % "0.9.3"
[com.sythesystems.jeb/jeb "0.9.3"]
| Group / Artifact | Type | Version |
|---|---|---|
| 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 |