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