MVN

io.github.yezhihao : protostar

Maven & Gradle

Apr 06, 2023
28 stars

Protostar · Java serialization library,write in bytecode order.

<dependency>
    <groupId>io.github.yezhihao</groupId>
    <artifactId>protostar</artifactId>
    <version>3.0.7</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.github.yezhihao : protostar to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 3.0.7

All Versions

Choose a version of io.github.yezhihao : protostar to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
3.0.x
protostar-3.0.7
protostar-3.0.6
protostar-3.0.5
protostar-3.0.4
protostar-3.0.3
protostar-3.0.2
protostar-3.0.1
protostar-3.0.0
2.0.x
protostar-2.0.8.RELEASE
protostar-2.0.7.RELEASE
protostar-2.0.6.RELEASE
protostar-2.0.5.RELEASE
protostar-2.0.4.RELEASE
protostar-2.0.3.RELEASE
protostar-2.0.2.RELEASE
protostar-2.0.1.RELEASE
protostar-2.0.0.RELEASE
1.0.x
protostar-1.0.5.RELEASE
protostar-1.0.4.RELEASE
protostar-1.0.3.RELEASE
protostar-1.0.2.RELEASE
protostar-1.0.1.RELEASE
protostar-1.0.0.RELEASE

How to add a dependency to Maven

Add the following io.github.yezhihao : protostar maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.github.yezhihao</groupId>
    <artifactId>protostar</artifactId>
    <version>3.0.7</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.github.yezhihao : protostar gradle dependency to your build.gradle file:

implementation 'io.github.yezhihao:protostar:3.0.7'

Gradle Kotlin DSL: Add the following io.github.yezhihao : protostar gradle kotlin dependency to your build.gradle.kts file:

implementation("io.github.yezhihao:protostar:3.0.7")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.github.yezhihao : protostar sbt scala dependency to your build.sbt file:

libraryDependencies += "io.github.yezhihao" % "protostar" % "3.0.7"