GroupId | GroupIdorg.dihedron.strutlets |
---|---|
ArtifactId | ArtifactIdstrutlets-liferay |
Version | Version1.0.0 |
Type | Typejar |
Filename | Size |
---|---|
strutlets-liferay-1.0.0.pom | |
strutlets-liferay-1.0.0.jar | 9 KB |
strutlets-liferay-1.0.0-sources.jar | 12 KB |
strutlets-liferay-1.0.0-javadoc.jar | 90 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.dihedron.strutlets/strutlets-liferay/ -->
<dependency>
<groupId>org.dihedron.strutlets</groupId>
<artifactId>strutlets-liferay</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.dihedron.strutlets/strutlets-liferay/
implementation 'org.dihedron.strutlets:strutlets-liferay:1.0.0'
// https://jarcasting.com/artifacts/org.dihedron.strutlets/strutlets-liferay/
implementation ("org.dihedron.strutlets:strutlets-liferay:1.0.0")
'org.dihedron.strutlets:strutlets-liferay:jar:1.0.0'
<dependency org="org.dihedron.strutlets" name="strutlets-liferay" rev="1.0.0">
<artifact name="strutlets-liferay" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.dihedron.strutlets', module='strutlets-liferay', version='1.0.0')
)
libraryDependencies += "org.dihedron.strutlets" % "strutlets-liferay" % "1.0.0"
[org.dihedron.strutlets/strutlets-liferay "1.0.0"]