GroupId | GroupIdorg.ow2.weblab.portlets |
---|---|
ArtifactId | ArtifactIdweblab-portlet |
Version | Version1.2 |
Type | Typejar |
Filename | Size |
---|---|
weblab-portlet-1.2.pom | |
weblab-portlet-1.2.jar | 7 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.ow2.weblab.portlets/weblab-portlet/ -->
<dependency>
<groupId>org.ow2.weblab.portlets</groupId>
<artifactId>weblab-portlet</artifactId>
<version>1.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.ow2.weblab.portlets/weblab-portlet/
implementation 'org.ow2.weblab.portlets:weblab-portlet:1.2'
// https://jarcasting.com/artifacts/org.ow2.weblab.portlets/weblab-portlet/
implementation ("org.ow2.weblab.portlets:weblab-portlet:1.2")
'org.ow2.weblab.portlets:weblab-portlet:jar:1.2'
<dependency org="org.ow2.weblab.portlets" name="weblab-portlet" rev="1.2">
<artifact name="weblab-portlet" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.ow2.weblab.portlets', module='weblab-portlet', version='1.2')
)
libraryDependencies += "org.ow2.weblab.portlets" % "weblab-portlet" % "1.2"
[org.ow2.weblab.portlets/weblab-portlet "1.2"]