is not current version
Last Version 1.1.5

com.bugvm:bugvm-parent 1.0.3

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-parent
Version

Version

1.0.3
Type

Type

jar

Download bugvm-parent 1.0.3


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