Categories |
CategoriesNet |
---|---|
GroupId | GroupIdnet.sf.itcb.common |
ArtifactId | ArtifactIdcommon-portlet |
Version | Version0.0.10 |
Type | Typejar |
Filename | Size |
---|---|
common-portlet-0.0.10.pom | |
common-portlet-0.0.10.jar | 21 KB |
common-portlet-0.0.10-sources.jar | 12 KB |
common-portlet-0.0.10-javadoc.jar | 106 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.10</version>
</dependency>
// https://jarcasting.com/artifacts/net.sf.itcb.common/common-portlet/
implementation 'net.sf.itcb.common:common-portlet:0.0.10'
// https://jarcasting.com/artifacts/net.sf.itcb.common/common-portlet/
implementation ("net.sf.itcb.common:common-portlet:0.0.10")
'net.sf.itcb.common:common-portlet:jar:0.0.10'
<dependency org="net.sf.itcb.common" name="common-portlet" rev="0.0.10">
<artifact name="common-portlet" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.sf.itcb.common', module='common-portlet', version='0.0.10')
)
libraryDependencies += "net.sf.itcb.common" % "common-portlet" % "0.0.10"
[net.sf.itcb.common/common-portlet "0.0.10"]