MVN

net.tascalate : net.tascalate.asmx.plus

Maven & Gradle

May 22, 2023
3 usages
0 stars

Tascalate ASMX / ASM Plus · Tascalate ASMX, Tascalate API add-on for the ObjectWeb ASM (shaded), a very small and fast Java byte code manipulation framework

<dependency>
    <groupId>net.tascalate</groupId>
    <artifactId>net.tascalate.asmx.plus</artifactId>
    <version>9.5.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of net.tascalate : net.tascalate.asmx.plus to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 9.5.0

All Versions

Choose a version of net.tascalate : net.tascalate.asmx.plus to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
9.5.x
net.tascalate.asmx.plus-9.5.0
9.3.x
net.tascalate.asmx.plus-9.3.0
9.2.x
net.tascalate.asmx.plus-9.2.1

How to add a dependency to Maven

Add the following net.tascalate : net.tascalate.asmx.plus maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>net.tascalate</groupId>
    <artifactId>net.tascalate.asmx.plus</artifactId>
    <version>9.5.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following net.tascalate : net.tascalate.asmx.plus gradle dependency to your build.gradle file:

implementation 'net.tascalate:net.tascalate.asmx.plus:9.5.0'

Gradle Kotlin DSL: Add the following net.tascalate : net.tascalate.asmx.plus gradle kotlin dependency to your build.gradle.kts file:

implementation("net.tascalate:net.tascalate.asmx.plus:9.5.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following net.tascalate : net.tascalate.asmx.plus sbt scala dependency to your build.sbt file:

libraryDependencies += "net.tascalate" % "net.tascalate.asmx.plus" % "9.5.0"

Advertisement