| License |
License |
|---|---|
| Categories |
CategoriesNet |
| GroupId | GroupIdnet.toyknight |
| ArtifactId | ArtifactIdves |
| Last Version | Last Version1.0.1 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionVES
A minimalist binary serialization library for Java
|
| Filename | Size |
|---|---|
| ves-1.0.1.pom | |
| ves-1.0.1.jar | 11 KB |
| ves-1.0.1-sources.jar | 11 KB |
| ves-1.0.1-javadoc.jar | 50 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/net.toyknight/ves/ -->
<dependency>
<groupId>net.toyknight</groupId>
<artifactId>ves</artifactId>
<version>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/net.toyknight/ves/
implementation 'net.toyknight:ves:1.0.1'
// https://jarcasting.com/artifacts/net.toyknight/ves/
implementation ("net.toyknight:ves:1.0.1")
'net.toyknight:ves:jar:1.0.1'
<dependency org="net.toyknight" name="ves" rev="1.0.1">
<artifact name="ves" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.toyknight', module='ves', version='1.0.1')
)
libraryDependencies += "net.toyknight" % "ves" % "1.0.1"
[net.toyknight/ves "1.0.1"]
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.12 |