MVN

com.vertispan.j2cl : j2cl-parent

Maven & Gradle

Nov 07, 2022
6 stars

J2CL · J2CL is a powerful, simple and lightweight transpiler from Java to Closure style JavaScript. The project is designed, implemented, and maintained by the J2CL team at Google. This distribution is slightly modified from the original and packaged for Maven Central by Vertispan LLC. The links and references in this pom.xml will reference the Vertispan fork, to ensure that any error introduced by our packaging are not incorrectly blamed on the upstream Google repository.

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

Latest Version

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

  • Latest Stable: 0.11.0-9336533b6

All Versions

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

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

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

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