License |
License |
---|---|
Categories |
CategoriesGradle Build Tools |
GroupId | GroupIdcom.liferay |
ArtifactId | ArtifactIdcom.liferay.gradle.plugins.js.transpiler |
Version | Version2.4.60 |
Type | Typejar |
Description |
DescriptionThe JS Transpiler Gradle plugin lets you run metal-cli to build Metal.js code, compile Soy files, and transpile ES6 to ES5.
|
Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/com.liferay/com.liferay.gradle.plugins.js.transpiler/ -->
<dependency>
<groupId>com.liferay</groupId>
<artifactId>com.liferay.gradle.plugins.js.transpiler</artifactId>
<version>2.4.60</version>
</dependency>
// https://jarcasting.com/artifacts/com.liferay/com.liferay.gradle.plugins.js.transpiler/
implementation 'com.liferay:com.liferay.gradle.plugins.js.transpiler:2.4.60'
// https://jarcasting.com/artifacts/com.liferay/com.liferay.gradle.plugins.js.transpiler/
implementation ("com.liferay:com.liferay.gradle.plugins.js.transpiler:2.4.60")
'com.liferay:com.liferay.gradle.plugins.js.transpiler:jar:2.4.60'
<dependency org="com.liferay" name="com.liferay.gradle.plugins.js.transpiler" rev="2.4.60">
<artifact name="com.liferay.gradle.plugins.js.transpiler" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.liferay', module='com.liferay.gradle.plugins.js.transpiler', version='2.4.60')
)
libraryDependencies += "com.liferay" % "com.liferay.gradle.plugins.js.transpiler" % "2.4.60"
[com.liferay/com.liferay.gradle.plugins.js.transpiler "2.4.60"]
Group / Artifact | Type | Version |
---|---|---|
com.liferay : com.liferay.gradle.plugins.node | jar | 7.2.5 |