is not current version
Last Version 1.0.22

io.github.febialfarabi:sumatera 1.0.8

@Sumatera Model converter from ORM class to regular pojo class, the ORM term is a modelling class that doesn't like regular pojo, such like @Entity from JPA/Hibernate and so on. It can be used for mapping regular object, post data in request body where you cannot put ORM class directly in a parameter, or you cannot convert to json directly, or any other problem regarding it. You don't need anymore to create duplicate Dto / Pojo class which represent ORM class, just write your ORM class and annotate it with @Sumatera, then the regular pojo class would be generated for you.

GroupId

GroupId

io.github.febialfarabi
ArtifactId

ArtifactId

sumatera
Version

Version

1.0.8
Type

Type

jar

Download sumatera 1.0.8


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