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