Categories |
CategoriesNet |
---|---|
GroupId | GroupIdnet.sf.itcb.common |
ArtifactId | ArtifactIdcommon-portlet |
Version | Version0.0.7 |
Type | Typejar |
Filename | Size |
---|---|
common-portlet-0.0.7.pom | |
common-portlet-0.0.7.jar | 18 KB |
common-portlet-0.0.7-sources.jar | 11 KB |
common-portlet-0.0.7-javadoc.jar | 90 KB |
Browse |
<!-- https://jarcasting.com/artifacts/net.sf.itcb.common/common-portlet/ -->
<dependency>
<groupId>net.sf.itcb.common</groupId>
<artifactId>common-portlet</artifactId>
<version>0.0.7</version>
</dependency>
// https://jarcasting.com/artifacts/net.sf.itcb.common/common-portlet/
implementation 'net.sf.itcb.common:common-portlet:0.0.7'
// https://jarcasting.com/artifacts/net.sf.itcb.common/common-portlet/
implementation ("net.sf.itcb.common:common-portlet:0.0.7")
'net.sf.itcb.common:common-portlet:jar:0.0.7'
<dependency org="net.sf.itcb.common" name="common-portlet" rev="0.0.7">
<artifact name="common-portlet" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.sf.itcb.common', module='common-portlet', version='0.0.7')
)
libraryDependencies += "net.sf.itcb.common" % "common-portlet" % "0.0.7"
[net.sf.itcb.common/common-portlet "0.0.7"]