BugVM cacerts parent

The BugVM compiler translates Java bytecode into native ARM or x86 code. Apps run directly on the CPU. No interpreter or virtual machine involved.

GroupId

GroupId

com.bugvm
ArtifactId

ArtifactId

bugvm-cacerts-parent
Last Version

Last Version

1.0.5
Release Date

Release Date

Type

Type

jar
Description

Description

BugVM cacerts parent
The BugVM compiler translates Java bytecode into native ARM or x86 code. Apps run directly on the CPU. No interpreter or virtual machine involved.
Project URL

Project URL

http://bugvm.com/bugvm-cacerts-parent
Project Organization

Project Organization

BugVM

Download bugvm-cacerts-parent

How to add to project

<!-- https://jarcasting.com/artifacts/com.bugvm/bugvm-cacerts-parent/ -->
<dependency>
    <groupId>com.bugvm</groupId>
    <artifactId>bugvm-cacerts-parent</artifactId>
    <version>1.0.5</version>
</dependency>
// https://jarcasting.com/artifacts/com.bugvm/bugvm-cacerts-parent/
implementation 'com.bugvm:bugvm-cacerts-parent:1.0.5'
// https://jarcasting.com/artifacts/com.bugvm/bugvm-cacerts-parent/
implementation ("com.bugvm:bugvm-cacerts-parent:1.0.5")
'com.bugvm:bugvm-cacerts-parent:jar:1.0.5'
<dependency org="com.bugvm" name="bugvm-cacerts-parent" rev="1.0.5">
  <artifact name="bugvm-cacerts-parent" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.bugvm', module='bugvm-cacerts-parent', version='1.0.5')
)
libraryDependencies += "com.bugvm" % "bugvm-cacerts-parent" % "1.0.5"
[com.bugvm/bugvm-cacerts-parent "1.0.5"]

Dependencies

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

Project Modules

  • full

BugVM is a kind of JVM bytecode compiler.

BugVM compiles bytecode to binary code with a self-contained JVM.

Sample Project

iOS App

Licenses

BugVM depends on various open source projects. Refer to the respective source code for its license. Apache, GNU, MIT, BSD are notable licenses.

Versions

Version
1.0.5
1.0.4
1.0.3
1.0.2
1.0.0