GroupId | GroupIdorg.webjars |
---|---|
ArtifactId | ArtifactIdbabel |
Version | Version5.8.29-1 |
Type | Typejar |
Filename | Size |
---|---|
babel-5.8.29-1.pom | |
babel-5.8.29-1.jar | 701 KB |
babel-5.8.29-1-javadoc.jar | 698 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.webjars/babel/ -->
<dependency>
<groupId>org.webjars</groupId>
<artifactId>babel</artifactId>
<version>5.8.29-1</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars/babel/
implementation 'org.webjars:babel:5.8.29-1'
// https://jarcasting.com/artifacts/org.webjars/babel/
implementation ("org.webjars:babel:5.8.29-1")
'org.webjars:babel:jar:5.8.29-1'
<dependency org="org.webjars" name="babel" rev="5.8.29-1">
<artifact name="babel" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars', module='babel', version='5.8.29-1')
)
libraryDependencies += "org.webjars" % "babel" % "5.8.29-1"
[org.webjars/babel "5.8.29-1"]