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