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