<dependency> <groupId>net.sf.kdgcommons</groupId> <artifactId>kdgcommons</artifactId> <version>1.0.16</version> </dependency>
implementation 'net.sf.kdgcommons:kdgcommons:1.0.16'
implementation("net.sf.kdgcommons:kdgcommons:1.0.16")
libraryDependencies += "net.sf.kdgcommons" % "kdgcommons" % "1.0.16"
@Grapes( @Grab(group='net.sf.kdgcommons', module='kdgcommons', version='1.0.16') )
<dependency org="net.sf.kdgcommons" name="kdgcommons" rev="1.0.16" />
[net.sf.kdgcommons/kdgcommons "1.0.16"]
'net.sf.kdgcommons:kdgcommons:jar:1.0.16'
<parent> <groupId>org.sonatype.oss</groupId> <artifactId>oss-parent</artifactId> <version>7</version> </parent>
provided
|-- junit:junit:3.8.2