License |
License |
---|---|
GroupId | GroupIdcom.jukusoft |
ArtifactId | ArtifactIdvertx-binary-serializer-benchmark |
Version | Version1.0.5 |
Type | Typejar |
Description |
DescriptionA simple binary serialization method for vertx which uses annotations and reflection like spring jpa / hibernate for databases.
|
<!-- https://jarcasting.com/artifacts/com.jukusoft/vertx-binary-serializer-benchmark/ -->
<dependency>
<groupId>com.jukusoft</groupId>
<artifactId>vertx-binary-serializer-benchmark</artifactId>
<version>1.0.5</version>
</dependency>
// https://jarcasting.com/artifacts/com.jukusoft/vertx-binary-serializer-benchmark/
implementation 'com.jukusoft:vertx-binary-serializer-benchmark:1.0.5'
// https://jarcasting.com/artifacts/com.jukusoft/vertx-binary-serializer-benchmark/
implementation ("com.jukusoft:vertx-binary-serializer-benchmark:1.0.5")
'com.jukusoft:vertx-binary-serializer-benchmark:jar:1.0.5'
<dependency org="com.jukusoft" name="vertx-binary-serializer-benchmark" rev="1.0.5">
<artifact name="vertx-binary-serializer-benchmark" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.jukusoft', module='vertx-binary-serializer-benchmark', version='1.0.5')
)
libraryDependencies += "com.jukusoft" % "vertx-binary-serializer-benchmark" % "1.0.5"
[com.jukusoft/vertx-binary-serializer-benchmark "1.0.5"]
Group / Artifact | Type | Version |
---|---|---|
com.jukusoft : vertx-binary-serializer | jar | 1.0.5 |
com.carrotsearch : hppc | jar | 0.8.1 |
org.javolution : javolution-core-java | jar | 6.0.0 |
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 |