License |
License |
---|---|
GroupId | GroupIdio.github.yezhihao |
ArtifactId | ArtifactIdprotostar |
Version | Version3.0.0 |
Type | Typejar |
Description |
DescriptionProtostar
Java serialization library,write in bytecode order.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
protostar-3.0.0.pom | |
protostar-3.0.0.jar | 99 KB |
protostar-3.0.0-sources.jar | 36 KB |
protostar-3.0.0-javadoc.jar | 277 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.github.yezhihao/protostar/ -->
<dependency>
<groupId>io.github.yezhihao</groupId>
<artifactId>protostar</artifactId>
<version>3.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.yezhihao/protostar/
implementation 'io.github.yezhihao:protostar:3.0.0'
// https://jarcasting.com/artifacts/io.github.yezhihao/protostar/
implementation ("io.github.yezhihao:protostar:3.0.0")
'io.github.yezhihao:protostar:jar:3.0.0'
<dependency org="io.github.yezhihao" name="protostar" rev="3.0.0">
<artifact name="protostar" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.yezhihao', module='protostar', version='3.0.0')
)
libraryDependencies += "io.github.yezhihao" % "protostar" % "3.0.0"
[io.github.yezhihao/protostar "3.0.0"]
Group / Artifact | Type | Version |
---|---|---|
org.slf4j : slf4j-api | jar | 1.7.32 |
io.netty : netty-buffer | jar | 4.1.71.Final |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.13.2 |
org.slf4j : slf4j-simple | jar | 1.7.32 |