webjars-traceur
A WebJar for the Google's traceur project (ES6 => ES5 compiler).
License |
License |
---|---|
GroupId | GroupIdorg.webjars |
ArtifactId | ArtifactIdtraceur |
Last Version | Last Version0.0.90 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptiontraceur-compiler
google traceur ES6 compiler
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
traceur-0.0.90.pom | |
traceur-0.0.90.jar | 287 KB |
traceur-0.0.90-javadoc.jar | 270 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.webjars/traceur/ -->
<dependency>
<groupId>org.webjars</groupId>
<artifactId>traceur</artifactId>
<version>0.0.90</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars/traceur/
implementation 'org.webjars:traceur:0.0.90'
// https://jarcasting.com/artifacts/org.webjars/traceur/
implementation ("org.webjars:traceur:0.0.90")
'org.webjars:traceur:jar:0.0.90'
<dependency org="org.webjars" name="traceur" rev="0.0.90">
<artifact name="traceur" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars', module='traceur', version='0.0.90')
)
libraryDependencies += "org.webjars" % "traceur" % "0.0.90"
[org.webjars/traceur "0.0.90"]
A WebJar for the Google's traceur project (ES6 => ES5 compiler).