is not current version
Last Version 3.0.2

io.github.yezhihao:protostar 1.0.2.RELEASE

Java serialization library,write in bytecode order.

GroupId

GroupId

io.github.yezhihao
ArtifactId

ArtifactId

protostar
Version

Version

1.0.2.RELEASE
Type

Type

jar

Download protostar 1.0.2.RELEASE


<!-- https://jarcasting.com/artifacts/io.github.yezhihao/protostar/ -->
<dependency>
    <groupId>io.github.yezhihao</groupId>
    <artifactId>protostar</artifactId>
    <version>1.0.2.RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.yezhihao/protostar/
implementation 'io.github.yezhihao:protostar:1.0.2.RELEASE'
// https://jarcasting.com/artifacts/io.github.yezhihao/protostar/
implementation ("io.github.yezhihao:protostar:1.0.2.RELEASE")
'io.github.yezhihao:protostar:jar:1.0.2.RELEASE'
<dependency org="io.github.yezhihao" name="protostar" rev="1.0.2.RELEASE">
  <artifact name="protostar" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.yezhihao', module='protostar', version='1.0.2.RELEASE')
)
libraryDependencies += "io.github.yezhihao" % "protostar" % "1.0.2.RELEASE"
[io.github.yezhihao/protostar "1.0.2.RELEASE"]