is not current version
Last Version 0.9.3

com.sythesystems.jeb:jeb 0.9.0

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

GroupId

GroupId

com.sythesystems.jeb
ArtifactId

ArtifactId

jeb
Version

Version

0.9.0
Type

Type

jar

Download jeb 0.9.0


<!-- https://jarcasting.com/artifacts/com.sythesystems.jeb/jeb/ -->
<dependency>
    <groupId>com.sythesystems.jeb</groupId>
    <artifactId>jeb</artifactId>
    <version>0.9.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.sythesystems.jeb/jeb/
implementation 'com.sythesystems.jeb:jeb:0.9.0'
// https://jarcasting.com/artifacts/com.sythesystems.jeb/jeb/
implementation ("com.sythesystems.jeb:jeb:0.9.0")
'com.sythesystems.jeb:jeb:jar:0.9.0'
<dependency org="com.sythesystems.jeb" name="jeb" rev="0.9.0">
  <artifact name="jeb" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.sythesystems.jeb', module='jeb', version='0.9.0')
)
libraryDependencies += "com.sythesystems.jeb" % "jeb" % "0.9.0"
[com.sythesystems.jeb/jeb "0.9.0"]