Categories |
CategoriesNet |
---|---|
GroupId | GroupIdnet.sf.itcb.common |
ArtifactId | ArtifactIditcb-common-web-core |
Version | Version0.7.1 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/net.sf.itcb.common/itcb-common-web-core/ -->
<dependency>
<groupId>net.sf.itcb.common</groupId>
<artifactId>itcb-common-web-core</artifactId>
<version>0.7.1</version>
</dependency>
// https://jarcasting.com/artifacts/net.sf.itcb.common/itcb-common-web-core/
implementation 'net.sf.itcb.common:itcb-common-web-core:0.7.1'
// https://jarcasting.com/artifacts/net.sf.itcb.common/itcb-common-web-core/
implementation ("net.sf.itcb.common:itcb-common-web-core:0.7.1")
'net.sf.itcb.common:itcb-common-web-core:jar:0.7.1'
<dependency org="net.sf.itcb.common" name="itcb-common-web-core" rev="0.7.1">
<artifact name="itcb-common-web-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.sf.itcb.common', module='itcb-common-web-core', version='0.7.1')
)
libraryDependencies += "net.sf.itcb.common" % "itcb-common-web-core" % "0.7.1"
[net.sf.itcb.common/itcb-common-web-core "0.7.1"]