Categories |
CategoriesORM Data |
---|---|
GroupId | GroupIdorg.webjars.npm |
ArtifactId | ArtifactIdbabel__plugin-transform-runtime |
Version | Version7.9.6 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.webjars.npm/babel__plugin-transform-runtime/ -->
<dependency>
<groupId>org.webjars.npm</groupId>
<artifactId>babel__plugin-transform-runtime</artifactId>
<version>7.9.6</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars.npm/babel__plugin-transform-runtime/
implementation 'org.webjars.npm:babel__plugin-transform-runtime:7.9.6'
// https://jarcasting.com/artifacts/org.webjars.npm/babel__plugin-transform-runtime/
implementation ("org.webjars.npm:babel__plugin-transform-runtime:7.9.6")
'org.webjars.npm:babel__plugin-transform-runtime:jar:7.9.6'
<dependency org="org.webjars.npm" name="babel__plugin-transform-runtime" rev="7.9.6">
<artifact name="babel__plugin-transform-runtime" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars.npm', module='babel__plugin-transform-runtime', version='7.9.6')
)
libraryDependencies += "org.webjars.npm" % "babel__plugin-transform-runtime" % "7.9.6"
[org.webjars.npm/babel__plugin-transform-runtime "7.9.6"]