Categories |
CategoriesBlade User Interface Web Frameworks |
---|---|
GroupId | GroupIdcom.liferay.blade |
ArtifactId | ArtifactIdcom.liferay.project.templates.js.widget |
Version | Version1.0.1 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.liferay.blade/com.liferay.project.templates.js.widget/ -->
<dependency>
<groupId>com.liferay.blade</groupId>
<artifactId>com.liferay.project.templates.js.widget</artifactId>
<version>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.liferay.blade/com.liferay.project.templates.js.widget/
implementation 'com.liferay.blade:com.liferay.project.templates.js.widget:1.0.1'
// https://jarcasting.com/artifacts/com.liferay.blade/com.liferay.project.templates.js.widget/
implementation ("com.liferay.blade:com.liferay.project.templates.js.widget:1.0.1")
'com.liferay.blade:com.liferay.project.templates.js.widget:jar:1.0.1'
<dependency org="com.liferay.blade" name="com.liferay.project.templates.js.widget" rev="1.0.1">
<artifact name="com.liferay.project.templates.js.widget" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.liferay.blade', module='com.liferay.project.templates.js.widget', version='1.0.1')
)
libraryDependencies += "com.liferay.blade" % "com.liferay.project.templates.js.widget" % "1.0.1"
[com.liferay.blade/com.liferay.project.templates.js.widget "1.0.1"]