License |
License |
---|---|
GroupId | GroupIdcom.jukusoft |
ArtifactId | ArtifactIdvertx-binary-serializer-parent |
Version | Version1.0.8 |
Type | Typepom |
Description |
DescriptionVertx Binary Serializer
A simple binary serialization method for vertx which uses annotations and reflection like spring jpa / hibernate for databases.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
vertx-binary-serializer-parent-1.0.8.pom | 5 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.jukusoft/vertx-binary-serializer-parent/ -->
<dependency>
<groupId>com.jukusoft</groupId>
<artifactId>vertx-binary-serializer-parent</artifactId>
<version>1.0.8</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.jukusoft/vertx-binary-serializer-parent/
implementation 'com.jukusoft:vertx-binary-serializer-parent:1.0.8'
// https://jarcasting.com/artifacts/com.jukusoft/vertx-binary-serializer-parent/
implementation ("com.jukusoft:vertx-binary-serializer-parent:1.0.8")
'com.jukusoft:vertx-binary-serializer-parent:pom:1.0.8'
<dependency org="com.jukusoft" name="vertx-binary-serializer-parent" rev="1.0.8">
<artifact name="vertx-binary-serializer-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.jukusoft', module='vertx-binary-serializer-parent', version='1.0.8')
)
libraryDependencies += "com.jukusoft" % "vertx-binary-serializer-parent" % "1.0.8"
[com.jukusoft/vertx-binary-serializer-parent "1.0.8"]
Group / Artifact | Type | Version |
---|---|---|
io.vertx : vertx-core | jar | 3.5.4 |
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 |