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