MVN

bot.inker.acj : injector

Maven & Gradle

May 24, 2023
1 stars

Auto Hacker for JVM · Auto hacker jvm to get internal access

<dependency>
    <groupId>bot.inker.acj</groupId>
    <artifactId>injector</artifactId>
    <version>1.5</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of bot.inker.acj : injector to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.5

All Versions

Choose a version of bot.inker.acj : injector to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.5
injector-1.5
1.3
injector-1.3
1.2
injector-1.2
1.0
injector-1.0

How to add a dependency to Maven

Add the following bot.inker.acj : injector maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>bot.inker.acj</groupId>
    <artifactId>injector</artifactId>
    <version>1.5</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following bot.inker.acj : injector gradle dependency to your build.gradle file:

implementation 'bot.inker.acj:injector:1.5'

Gradle Kotlin DSL: Add the following bot.inker.acj : injector gradle kotlin dependency to your build.gradle.kts file:

implementation("bot.inker.acj:injector:1.5")

How to add a dependency to SBT Scala

SBT Scala: Add the following bot.inker.acj : injector sbt scala dependency to your build.sbt file:

libraryDependencies += "bot.inker.acj" % "injector" % "1.5"

Advertisement