Last Version

Build caching 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

Categories

Categories

Caching Data
GroupId

GroupId

com.vertispan.j2cl
ArtifactId

ArtifactId

build-caching
Version

Version

0.19
Type

Type

jar
Description

Description

Build caching 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.

Download build-caching 0.19


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

Dependencies

compile (1)

Group / Artifact Type Version
io.methvin : directory-watcher jar 0.15.0

test (1)

Group / Artifact Type Version
junit : junit jar 4.13.1

Project Modules

There are no modules declared in this project.