<dependency> <groupId>net.sf.ingenias</groupId> <artifactId>testhelloworld</artifactId> <version>1.6</version> </dependency>
implementation 'net.sf.ingenias:testhelloworld:1.6'
implementation("net.sf.ingenias:testhelloworld:1.6")
libraryDependencies += "net.sf.ingenias" % "testhelloworld" % "1.6"
@Grapes( @Grab(group='net.sf.ingenias', module='testhelloworld', version='1.6') )
<dependency org="net.sf.ingenias" name="testhelloworld" rev="1.6" />
[net.sf.ingenias/testhelloworld "1.6"]
'net.sf.ingenias:testhelloworld:jar:1.6'
<parent> <groupId>net.sf.ingenias</groupId> <artifactId>iaftesting</artifactId> <version>1.6</version> </parent>