MVN

uk.ac.gate : gate-asm

Maven & Gradle

Oct 10, 2022
1 usages
0 stars

ASM bytecode library (repackaged) · A shaded copy of ASM 9.4, relocated into a GATE-specific package name.

<dependency>
    <groupId>uk.ac.gate</groupId>
    <artifactId>gate-asm</artifactId>
    <version>9.4</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of uk.ac.gate : gate-asm to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 9.4

All Versions

Choose a version of uk.ac.gate : gate-asm to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
9.4
gate-asm-9.4
9.0
gate-asm-9.0
6.1.x
gate-asm-6.1.1
5.0.x
gate-asm-5.0.3
3.1
gate-asm-3.1

How to add a dependency to Maven

Add the following uk.ac.gate : gate-asm maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>uk.ac.gate</groupId>
    <artifactId>gate-asm</artifactId>
    <version>9.4</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following uk.ac.gate : gate-asm gradle dependency to your build.gradle file:

implementation 'uk.ac.gate:gate-asm:9.4'

Gradle Kotlin DSL: Add the following uk.ac.gate : gate-asm gradle kotlin dependency to your build.gradle.kts file:

implementation("uk.ac.gate:gate-asm:9.4")

How to add a dependency to SBT Scala

SBT Scala: Add the following uk.ac.gate : gate-asm sbt scala dependency to your build.sbt file:

libraryDependencies += "uk.ac.gate" % "gate-asm" % "9.4"

Advertisement

Dependencies from Group

Mar 08, 2021
26 usages
72 stars
May 28, 2021
4 usages
5 stars
Feb 04, 2021
4 usages
0 stars
Mar 08, 2021
2 usages
0 stars
Oct 10, 2022
1 usages
0 stars

Discover Dependencies