MVN

io.github.lxgaming : reconstruct-cli

Maven & Gradle

Jun 19, 2023
137 stars

Reconstruct · ProGuard Deobfuscator

<dependency>
    <groupId>io.github.lxgaming</groupId>
    <artifactId>reconstruct-cli</artifactId>
    <version>1.3.24</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.github.lxgaming : reconstruct-cli to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.3.24

All Versions

Choose a version of io.github.lxgaming : reconstruct-cli to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.3.x
reconstruct-cli-1.3.24
reconstruct-cli-1.3.23
reconstruct-cli-1.3.21
reconstruct-cli-1.3.20
reconstruct-cli-1.3.19
reconstruct-cli-1.3.18
reconstruct-cli-1.3.17
reconstruct-cli-1.3.16
reconstruct-cli-1.3.15
reconstruct-cli-1.3.14
reconstruct-cli-1.3.13
reconstruct-cli-1.3.12
reconstruct-cli-1.3.11
reconstruct-cli-1.3.10

How to add a dependency to Maven

Add the following io.github.lxgaming : reconstruct-cli maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.github.lxgaming</groupId>
    <artifactId>reconstruct-cli</artifactId>
    <version>1.3.24</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.github.lxgaming : reconstruct-cli gradle dependency to your build.gradle file:

implementation 'io.github.lxgaming:reconstruct-cli:1.3.24'

Gradle Kotlin DSL: Add the following io.github.lxgaming : reconstruct-cli gradle kotlin dependency to your build.gradle.kts file:

implementation("io.github.lxgaming:reconstruct-cli:1.3.24")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.github.lxgaming : reconstruct-cli sbt scala dependency to your build.sbt file:

libraryDependencies += "io.github.lxgaming" % "reconstruct-cli" % "1.3.24"

Advertisement