License |
License |
---|---|
Categories |
CategoriesCaching Data |
GroupId | GroupIdcom.vertispan.j2cl |
ArtifactId | ArtifactIdbuild-caching |
Last Version | Last Version0.19 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionBuild 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.
|
Filename | Size |
---|---|
build-caching-0.19.pom | |
build-caching-0.19.jar | 71 KB |
build-caching-0.19-sources.jar | 39 KB |
build-caching-0.19-javadoc.jar | 606 KB |
Browse |
<!-- 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"]
Group / Artifact | Type | Version |
---|---|---|
io.methvin : directory-watcher | jar | 0.15.0 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.13.1 |