is not current version
Last Version 8.0.0-rc.6

com.abubusoft:kripton 1.4.0

Bind library to convert java POJO to XML, JSON and viceversa . Generic Java version

GroupId

GroupId

com.abubusoft
ArtifactId

ArtifactId

kripton
Version

Version

1.4.0
Type

Type

jar

Download kripton 1.4.0


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