MVN

com.vertispan.j2cl : bootstrap

Maven & Gradle

Nov 07, 2022
6 stars

This project more or less consists of the bits of closure that are required in a j2cl-based app, plus the various parts of j2cl's js bootstrap that are not yet included in the jre.js.zip, like jre.js, primitives, nativebootstrap, and and vmbootstrap.

<dependency>
    <groupId>com.vertispan.j2cl</groupId>
    <artifactId>bootstrap</artifactId>
    <version>0.11.0-9336533b6</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.vertispan.j2cl : bootstrap to add to Maven - Latest Versions:

  • Latest Stable: 0.11.0-9336533b6

All Versions

Choose a version of com.vertispan.j2cl : bootstrap to add to Maven - All Versions:

Version Vulnerabilities Updated
0.11.x
bootstrap-0.11.0-9336533b6
0.10.x
bootstrap-0.10.0-3c97afeac

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>com.vertispan.j2cl</groupId>
    <artifactId>bootstrap</artifactId>
    <version>0.11.0-9336533b6</version>
</dependency>

Advertisement