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