MVN

it.univr.bcel : it-univr-bcel

Maven & Gradle

May 08, 2023
1 usages
2 stars

it-univr-bcel · BCEL utilities for inferring types in Java bytecode and for recomputing stack maps for a method. A stack map is compulsory from Java bytecode version 50 and higher. It specifies types at specific program points, ie., at targets of jumps. Compilers generate code with stack map tables, but code instrumentation might invalidate them. These utilities allow one to recompute stack map tables after code instrumentation with the BCEL library for bytecode instrumentation.

<dependency>
    <groupId>it.univr.bcel</groupId>
    <artifactId>it-univr-bcel</artifactId>
    <version>1.2.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of it.univr.bcel : it-univr-bcel to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.2.1

All Versions

Choose a version of it.univr.bcel : it-univr-bcel to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.2.x
it-univr-bcel-1.2.1
it-univr-bcel-1.2.0
1.1.x
it-univr-bcel-1.1.0

How to add a dependency to Maven

Add the following it.univr.bcel : it-univr-bcel maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>it.univr.bcel</groupId>
    <artifactId>it-univr-bcel</artifactId>
    <version>1.2.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following it.univr.bcel : it-univr-bcel gradle dependency to your build.gradle file:

implementation 'it.univr.bcel:it-univr-bcel:1.2.1'

Gradle Kotlin DSL: Add the following it.univr.bcel : it-univr-bcel gradle kotlin dependency to your build.gradle.kts file:

implementation("it.univr.bcel:it-univr-bcel:1.2.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following it.univr.bcel : it-univr-bcel sbt scala dependency to your build.sbt file:

libraryDependencies += "it.univr.bcel" % "it-univr-bcel" % "1.2.1"

Advertisement

Dependencies from Group

May 08, 2023
1 usages
2 stars

Discover Dependencies

Nov 17, 2022
1 usages
3 stars
Aug 24, 2023
2 usages
3 stars
Jun 20, 2020
1 usages
549 stars
Sep 17, 2022
1 usages
357 stars
May 16, 2023
1 usages
7 stars
Sep 12, 2022
1 usages
1 stars
May 21, 2021
2 usages
8 stars
May 21, 2021
2 usages
8 stars
Aug 24, 2020
1 usages
16 stars