Last Version

J2CL Build Tools 0.19

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.

License

License

GroupId

GroupId

com.vertispan.j2cl
ArtifactId

ArtifactId

j2cl-tools
Version

Version

0.19
Type

Type

pom
Description

Description

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.
Project URL

Project URL

https://vertispan.github.io/j2clmavenplugin/
Source Code Management

Source Code Management

https://github.com/vertispan/j2clmavenplugin

Download j2cl-tools 0.19

Filename Size
j2cl-tools-0.19.pom 14 KB
Browse

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

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

  • build-caching
  • j2cl-tasks
  • j2cl-maven-plugin
  • j2cl-archetypes