Last Version

com.sythesystems.jeb:jeb 0.9.3

A tiny, simple framework for easily mapping JPA entities into JSON responses in Spring Rest Controllers

License

License

GroupId

GroupId

com.sythesystems.jeb
ArtifactId

ArtifactId

jeb
Version

Version

0.9.3
Type

Type

jar
Description

Description

com.sythesystems.jeb:jeb
A tiny, simple framework for easily mapping JPA entities into JSON responses in Spring Rest Controllers
Project URL

Project URL

https://github.com/sythe/jeb
Source Code Management

Source Code Management

https://github.com/sythe/jeb

Download jeb 0.9.3


<!-- 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"]

Dependencies

compile (4)

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

Project Modules

There are no modules declared in this project.