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