MVN

org.luckypray : DexKit

Maven & Gradle

May 21, 2023
411 stars

DexKit · A high-performance runtime parsing library for dex implemented in C++.

<dependency>
    <groupId>org.luckypray</groupId>
    <artifactId>DexKit</artifactId>
    <version>1.1.8</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.luckypray : DexKit to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.1.8
  • Latest Beta: 1.1.0-beta9

All Versions

Choose a version of org.luckypray : DexKit to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.1.x
DexKit-1.1.8
DexKit-1.1.7
DexKit-1.1.6
DexKit-1.1.5
DexKit-1.1.4
DexKit-1.1.3
DexKit-1.1.2
DexKit-1.1.1
DexKit-1.1.0
DexKit-1.1.0-beta9
DexKit-1.1.0-beta8
DexKit-1.1.0-beta7
DexKit-1.1.0-beta6
DexKit-1.1.0-beta5
DexKit-1.1.0-beta4
DexKit-1.1.0-beta3
DexKit-1.1.0-beta2
DexKit-1.1.0-beta

How to add a dependency to Maven

Add the following org.luckypray : DexKit maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.luckypray</groupId>
    <artifactId>DexKit</artifactId>
    <version>1.1.8</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.luckypray : DexKit gradle dependency to your build.gradle file:

implementation 'org.luckypray:DexKit:1.1.8'

Gradle Kotlin DSL: Add the following org.luckypray : DexKit gradle kotlin dependency to your build.gradle.kts file:

implementation("org.luckypray:DexKit:1.1.8")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.luckypray : DexKit sbt scala dependency to your build.sbt file:

libraryDependencies += "org.luckypray" % "DexKit" % "1.1.8"

Advertisement