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