is not current version
Last Version 1.0.8

com.jukusoft:vertx-binary-serializer-parent 1.0.0

A simple binary serialization method for vertx which uses annotations and reflection like spring jpa / hibernate for databases.

GroupId

GroupId

com.jukusoft
ArtifactId

ArtifactId

vertx-binary-serializer-parent
Version

Version

1.0.0
Type

Type

pom

Download vertx-binary-serializer-parent 1.0.0


<!-- https://jarcasting.com/artifacts/com.jukusoft/vertx-binary-serializer-parent/ -->
<dependency>
    <groupId>com.jukusoft</groupId>
    <artifactId>vertx-binary-serializer-parent</artifactId>
    <version>1.0.0</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.jukusoft/vertx-binary-serializer-parent/
implementation 'com.jukusoft:vertx-binary-serializer-parent:1.0.0'
// https://jarcasting.com/artifacts/com.jukusoft/vertx-binary-serializer-parent/
implementation ("com.jukusoft:vertx-binary-serializer-parent:1.0.0")
'com.jukusoft:vertx-binary-serializer-parent:pom:1.0.0'
<dependency org="com.jukusoft" name="vertx-binary-serializer-parent" rev="1.0.0">
  <artifact name="vertx-binary-serializer-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.jukusoft', module='vertx-binary-serializer-parent', version='1.0.0')
)
libraryDependencies += "com.jukusoft" % "vertx-binary-serializer-parent" % "1.0.0"
[com.jukusoft/vertx-binary-serializer-parent "1.0.0"]