is not current version
Last Version 1.0.1

net.toyknight:ves 1.0.0

A minimalist binary serialization library for Java

Categories

Categories

Net
GroupId

GroupId

net.toyknight
ArtifactId

ArtifactId

ves
Version

Version

1.0.0
Type

Type

jar

Download ves 1.0.0


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