License |
License |
---|---|
GroupId | GroupIdcom.benmccann |
ArtifactId | ArtifactIdclosure-compiler-utils |
Version | Version0.2 |
Type | Typejar |
Description |
DescriptionClosure Compiler Utils
Utilities for calling the Google Closure Compiler to optimize and detect errors in JavaScript code.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/com.benmccann/closure-compiler-utils/ -->
<dependency>
<groupId>com.benmccann</groupId>
<artifactId>closure-compiler-utils</artifactId>
<version>0.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.benmccann/closure-compiler-utils/
implementation 'com.benmccann:closure-compiler-utils:0.2'
// https://jarcasting.com/artifacts/com.benmccann/closure-compiler-utils/
implementation ("com.benmccann:closure-compiler-utils:0.2")
'com.benmccann:closure-compiler-utils:jar:0.2'
<dependency org="com.benmccann" name="closure-compiler-utils" rev="0.2">
<artifact name="closure-compiler-utils" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.benmccann', module='closure-compiler-utils', version='0.2')
)
libraryDependencies += "com.benmccann" % "closure-compiler-utils" % "0.2"
[com.benmccann/closure-compiler-utils "0.2"]
Group / Artifact | Type | Version |
---|---|---|
javax.servlet : javax.servlet-api | jar | 3.0.1 |
com.google.javascript : closure-compiler | jar | r1592 |