GroupId | GroupIdorg.ow2.weblab.portlets |
---|---|
ArtifactId | ArtifactIdlaunch-chain-portlet |
Version | Version1.4 |
Type | Typewar |
Filename | Size |
---|---|
launch-chain-portlet-1.4.pom | |
launch-chain-portlet-1.4.war | 30 KB |
launch-chain-portlet-1.4-sources.jar | 9 KB |
launch-chain-portlet-1.4-javadoc.jar | 53 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.ow2.weblab.portlets/launch-chain-portlet/ -->
<dependency>
<groupId>org.ow2.weblab.portlets</groupId>
<artifactId>launch-chain-portlet</artifactId>
<version>1.4</version>
<type>war</type>
</dependency>
// https://jarcasting.com/artifacts/org.ow2.weblab.portlets/launch-chain-portlet/
implementation 'org.ow2.weblab.portlets:launch-chain-portlet:1.4'
// https://jarcasting.com/artifacts/org.ow2.weblab.portlets/launch-chain-portlet/
implementation ("org.ow2.weblab.portlets:launch-chain-portlet:1.4")
'org.ow2.weblab.portlets:launch-chain-portlet:war:1.4'
<dependency org="org.ow2.weblab.portlets" name="launch-chain-portlet" rev="1.4">
<artifact name="launch-chain-portlet" type="war" />
</dependency>
@Grapes(
@Grab(group='org.ow2.weblab.portlets', module='launch-chain-portlet', version='1.4')
)
libraryDependencies += "org.ow2.weblab.portlets" % "launch-chain-portlet" % "1.4"
[org.ow2.weblab.portlets/launch-chain-portlet "1.4"]