MVN

io.github.maropu : lljvm-translator

Maven & Gradle

Jan 25, 2019
79 stars

LLJVM Translator Parent POM · A lightweight library to inject LLVM bitcode into JVMs

<dependency>
    <groupId>io.github.maropu</groupId>
    <artifactId>lljvm-translator</artifactId>
    <version>0.2.0-EXPERIMENTAL</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.github.maropu : lljvm-translator to add to Maven - Latest Versions:

  • Latest Stable: 0.2.0-EXPERIMENTAL

All Versions

Choose a version of io.github.maropu : lljvm-translator to add to Maven - All Versions:

Version Vulnerabilities Updated
0.2.x
lljvm-translator-0.2.0-EXPERIMENTAL
0.1.x
lljvm-translator-0.1.0-EXPERIMENTAL

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>io.github.maropu</groupId>
    <artifactId>lljvm-translator</artifactId>
    <version>0.2.0-EXPERIMENTAL</version>
</dependency>