Last Version

LLJVM Translator Parent POM 0.2.0-EXPERIMENTAL

A lightweight library to inject LLVM bitcode into JVMs

License

License

GroupId

GroupId

io.github.maropu
ArtifactId

ArtifactId

lljvm-translator
Version

Version

0.2.0-EXPERIMENTAL
Type

Type

pom
Description

Description

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

Project URL

https://github.com/maropu/lljvm-translator
Source Code Management

Source Code Management

https://github.com/maropu/lljvm-translator.git

Download lljvm-translator 0.2.0-EXPERIMENTAL


<!-- https://jarcasting.com/artifacts/io.github.maropu/lljvm-translator/ -->
<dependency>
    <groupId>io.github.maropu</groupId>
    <artifactId>lljvm-translator</artifactId>
    <version>0.2.0-EXPERIMENTAL</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.github.maropu/lljvm-translator/
implementation 'io.github.maropu:lljvm-translator:0.2.0-EXPERIMENTAL'
// https://jarcasting.com/artifacts/io.github.maropu/lljvm-translator/
implementation ("io.github.maropu:lljvm-translator:0.2.0-EXPERIMENTAL")
'io.github.maropu:lljvm-translator:pom:0.2.0-EXPERIMENTAL'
<dependency org="io.github.maropu" name="lljvm-translator" rev="0.2.0-EXPERIMENTAL">
  <artifact name="lljvm-translator" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.github.maropu', module='lljvm-translator', version='0.2.0-EXPERIMENTAL')
)
libraryDependencies += "io.github.maropu" % "lljvm-translator" % "0.2.0-EXPERIMENTAL"
[io.github.maropu/lljvm-translator "0.2.0-EXPERIMENTAL"]

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

  • core
  • clang
  • python
  • benchmark