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