MVN

org.whiley : jasm

Maven & Gradle

Sep 24, 2019
1 usages
23 stars

Java Assembler / Disassembler (Jasm) · Jasm is an Assembler / Disassembler for Java Bytecode. Using Jasm you can easily read or write Java Classfiles. Jasm was originally developed as part of the Java Compiler Kit (JKit), and is now used primarily within the Whiley Compiler.

<dependency>
    <groupId>org.whiley</groupId>
    <artifactId>jasm</artifactId>
    <version>1.0.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.whiley : jasm to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.2

All Versions

Choose a version of org.whiley : jasm to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
jasm-1.0.2
jasm-1.0.1
1.0
jasm-1.0

How to add a dependency to Maven

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

<dependency>
    <groupId>org.whiley</groupId>
    <artifactId>jasm</artifactId>
    <version>1.0.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.whiley : jasm gradle dependency to your build.gradle file:

implementation 'org.whiley:jasm:1.0.2'

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

implementation("org.whiley:jasm:1.0.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.whiley : jasm sbt scala dependency to your build.sbt file:

libraryDependencies += "org.whiley" % "jasm" % "1.0.2"

Advertisement

Dependencies from Group

3 usages
wyc
Aug 10, 2022
3 usages
217 stars
May 25, 2021
2 usages
3 stars
Dec 03, 2021
2 usages
Sep 24, 2019
1 usages
23 stars

Discover Dependencies

Aug 26, 2016
1 usages
0 stars
Jan 15, 2019
2 usages
0 stars
Jun 17, 2021
1 usages
3 stars
Jan 13, 2020
1 usages
51 stars
Jun 19, 2017
1 usages
0 stars
May 27, 2019
108 stars
May 27, 2019
108 stars
Aug 21, 2018
1 usages
43 stars
orm
Sep 28, 2017
1 usages
3 stars