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