| Категории |
КатегорииORM Данные |
|---|---|
| Группа | Группаorg.webjars.npm |
| Идентификатор | Идентификаторbabel-plugin-transform-es2015-template-literals |
| Версия | Версия6.3.13 |
| Тип | Типjar |
<!-- https://jarcasting.com/artifacts/org.webjars.npm/babel-plugin-transform-es2015-template-literals/ -->
<dependency>
<groupId>org.webjars.npm</groupId>
<artifactId>babel-plugin-transform-es2015-template-literals</artifactId>
<version>6.3.13</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars.npm/babel-plugin-transform-es2015-template-literals/
implementation 'org.webjars.npm:babel-plugin-transform-es2015-template-literals:6.3.13'
// https://jarcasting.com/artifacts/org.webjars.npm/babel-plugin-transform-es2015-template-literals/
implementation ("org.webjars.npm:babel-plugin-transform-es2015-template-literals:6.3.13")
'org.webjars.npm:babel-plugin-transform-es2015-template-literals:jar:6.3.13'
<dependency org="org.webjars.npm" name="babel-plugin-transform-es2015-template-literals" rev="6.3.13">
<artifact name="babel-plugin-transform-es2015-template-literals" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars.npm', module='babel-plugin-transform-es2015-template-literals', version='6.3.13')
)
libraryDependencies += "org.webjars.npm" % "babel-plugin-transform-es2015-template-literals" % "6.3.13"
[org.webjars.npm/babel-plugin-transform-es2015-template-literals "6.3.13"]