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