GroupId | GroupIdorg.webjars |
---|---|
ArtifactId | ArtifactIdtraceur |
Version | Version0.0.79 |
Type | Typejar |
Filename | Size |
---|---|
traceur-0.0.79.pom | |
traceur-0.0.79.jar | 551 KB |
traceur-0.0.79-javadoc.jar | 532 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.webjars/traceur/ -->
<dependency>
<groupId>org.webjars</groupId>
<artifactId>traceur</artifactId>
<version>0.0.79</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars/traceur/
implementation 'org.webjars:traceur:0.0.79'
// https://jarcasting.com/artifacts/org.webjars/traceur/
implementation ("org.webjars:traceur:0.0.79")
'org.webjars:traceur:jar:0.0.79'
<dependency org="org.webjars" name="traceur" rev="0.0.79">
<artifact name="traceur" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars', module='traceur', version='0.0.79')
)
libraryDependencies += "org.webjars" % "traceur" % "0.0.79"
[org.webjars/traceur "0.0.79"]