MVN

org.kie.j2cl.tools : j2cl-tools

Maven & Gradle

Feb 16, 2024
52 stars

J2CL Build Tools · Collection of tools to make it easier to create J2CL build systems. The first purpose of this set of tooling is to produce a maven plugin capable of efficiently building J2CL projects, but the tools are intended to be reused outside of maven.

<dependency>
    <groupId>org.kie.j2cl.tools</groupId>
    <artifactId>j2cl-tools</artifactId>
    <version>0.23.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.kie.j2cl.tools : j2cl-tools to add to Maven - Latest Versions:

  • Latest Stable: 0.23.0

All Versions

Choose a version of org.kie.j2cl.tools : j2cl-tools to add to Maven - All Versions:

Version Vulnerabilities Updated
0.23.x
j2cl-tools-0.23.0

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>org.kie.j2cl.tools</groupId>
    <artifactId>j2cl-tools</artifactId>
    <version>0.23.0</version>
</dependency>