Categories |
CategoriesNet |
---|---|
GroupId | GroupIdnet.sf.kdgcommons |
ArtifactId | ArtifactIdkdgcommons |
Version | Version1.0.13 |
Type | Typejar |
Filename | Size |
---|---|
kdgcommons-1.0.13.pom | |
kdgcommons-1.0.13.jar | 136 KB |
kdgcommons-1.0.13-sources.jar | 126 KB |
kdgcommons-1.0.13-javadoc.jar | 521 KB |
Browse |
<!-- https://jarcasting.com/artifacts/net.sf.kdgcommons/kdgcommons/ -->
<dependency>
<groupId>net.sf.kdgcommons</groupId>
<artifactId>kdgcommons</artifactId>
<version>1.0.13</version>
</dependency>
// https://jarcasting.com/artifacts/net.sf.kdgcommons/kdgcommons/
implementation 'net.sf.kdgcommons:kdgcommons:1.0.13'
// https://jarcasting.com/artifacts/net.sf.kdgcommons/kdgcommons/
implementation ("net.sf.kdgcommons:kdgcommons:1.0.13")
'net.sf.kdgcommons:kdgcommons:jar:1.0.13'
<dependency org="net.sf.kdgcommons" name="kdgcommons" rev="1.0.13">
<artifact name="kdgcommons" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.sf.kdgcommons', module='kdgcommons', version='1.0.13')
)
libraryDependencies += "net.sf.kdgcommons" % "kdgcommons" % "1.0.13"
[net.sf.kdgcommons/kdgcommons "1.0.13"]