Categories |
CategoriesORM Data |
---|---|
GroupId | GroupIdorg.webjars.npm |
ArtifactId | ArtifactIdbabel__plugin-transform-runtime |
Version | Version7.9.0 |
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.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars.npm/babel__plugin-transform-runtime/
implementation 'org.webjars.npm:babel__plugin-transform-runtime:7.9.0'
// https://jarcasting.com/artifacts/org.webjars.npm/babel__plugin-transform-runtime/
implementation ("org.webjars.npm:babel__plugin-transform-runtime:7.9.0")
'org.webjars.npm:babel__plugin-transform-runtime:jar:7.9.0'
<dependency org="org.webjars.npm" name="babel__plugin-transform-runtime" rev="7.9.0">
<artifact name="babel__plugin-transform-runtime" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars.npm', module='babel__plugin-transform-runtime', version='7.9.0')
)
libraryDependencies += "org.webjars.npm" % "babel__plugin-transform-runtime" % "7.9.0"
[org.webjars.npm/babel__plugin-transform-runtime "7.9.0"]