Last Version

com.jukusoft:vertx-binary-serializer 1.0.8

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

License

License

GroupId

GroupId

com.jukusoft
ArtifactId

ArtifactId

vertx-binary-serializer
Version

Version

1.0.8
Type

Type

jar
Description

Description

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

Download vertx-binary-serializer 1.0.8


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

Dependencies

compile (2)

Group / Artifact Type Version
com.carrotsearch : hppc jar 0.8.1
io.vertx : vertx-core jar 3.5.4

test (3)

Group / Artifact Type Version
junit : junit jar 4.12
io.vertx : vertx-unit jar 3.5.4
org.mockito : mockito-core jar 2.2.7

Project Modules

There are no modules declared in this project.