не последняя версия
Последняя версия 1.1.5

com.bugvm:bugvm-parent 1.0.0

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

Группа

Группа

com.bugvm
Идентификатор

Идентификатор

bugvm-parent
Версия

Версия

1.0.0
Тип

Тип

jar

Скачать bugvm-parent 1.0.0


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