GroupId | GroupIdcom.liferay.plugins |
---|---|
ArtifactId | ArtifactIdtasks-portlet |
Version | Version7.0.0.43 |
Type | Typewar |
Filename | Size |
---|---|
tasks-portlet-7.0.0.43.pom | |
tasks-portlet-7.0.0.43.war | 424 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.liferay.plugins/tasks-portlet/ -->
<dependency>
<groupId>com.liferay.plugins</groupId>
<artifactId>tasks-portlet</artifactId>
<version>7.0.0.43</version>
<type>war</type>
</dependency>
// https://jarcasting.com/artifacts/com.liferay.plugins/tasks-portlet/
implementation 'com.liferay.plugins:tasks-portlet:7.0.0.43'
// https://jarcasting.com/artifacts/com.liferay.plugins/tasks-portlet/
implementation ("com.liferay.plugins:tasks-portlet:7.0.0.43")
'com.liferay.plugins:tasks-portlet:war:7.0.0.43'
<dependency org="com.liferay.plugins" name="tasks-portlet" rev="7.0.0.43">
<artifact name="tasks-portlet" type="war" />
</dependency>
@Grapes(
@Grab(group='com.liferay.plugins', module='tasks-portlet', version='7.0.0.43')
)
libraryDependencies += "com.liferay.plugins" % "tasks-portlet" % "7.0.0.43"
[com.liferay.plugins/tasks-portlet "7.0.0.43"]