License |
License |
---|---|
GroupId | GroupIdcom.liferay |
ArtifactId | ArtifactIdcom.liferay.learn.web |
Version | Version3.0.0 |
Type | Typejar |
Description |
DescriptionLiferay Learn Web
|
Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/com.liferay/com.liferay.learn.web/ -->
<dependency>
<groupId>com.liferay</groupId>
<artifactId>com.liferay.learn.web</artifactId>
<version>3.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.liferay/com.liferay.learn.web/
implementation 'com.liferay:com.liferay.learn.web:3.0.0'
// https://jarcasting.com/artifacts/com.liferay/com.liferay.learn.web/
implementation ("com.liferay:com.liferay.learn.web:3.0.0")
'com.liferay:com.liferay.learn.web:jar:3.0.0'
<dependency org="com.liferay" name="com.liferay.learn.web" rev="3.0.0">
<artifact name="com.liferay.learn.web" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.liferay', module='com.liferay.learn.web', version='3.0.0')
)
libraryDependencies += "com.liferay" % "com.liferay.learn.web" % "3.0.0"
[com.liferay/com.liferay.learn.web "3.0.0"]