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