Categories |
CategoriesNet |
---|---|
GroupId | GroupIdnet.sf.itcb.common |
ArtifactId | ArtifactIdcommon-root |
Version | Version0.0.5 |
Type | Typepom |
Filename | Size |
---|---|
common-root-0.0.5.pom | 4 KB |
Browse |
<!-- https://jarcasting.com/artifacts/net.sf.itcb.common/common-root/ -->
<dependency>
<groupId>net.sf.itcb.common</groupId>
<artifactId>common-root</artifactId>
<version>0.0.5</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/net.sf.itcb.common/common-root/
implementation 'net.sf.itcb.common:common-root:0.0.5'
// https://jarcasting.com/artifacts/net.sf.itcb.common/common-root/
implementation ("net.sf.itcb.common:common-root:0.0.5")
'net.sf.itcb.common:common-root:pom:0.0.5'
<dependency org="net.sf.itcb.common" name="common-root" rev="0.0.5">
<artifact name="common-root" type="pom" />
</dependency>
@Grapes(
@Grab(group='net.sf.itcb.common', module='common-root', version='0.0.5')
)
libraryDependencies += "net.sf.itcb.common" % "common-root" % "0.0.5"
[net.sf.itcb.common/common-root "0.0.5"]