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