is not current version
Last Version 1.6

net.sf.ingenias:testhelloworld 1.5


Categories

Categories

Net
GroupId

GroupId

net.sf.ingenias
ArtifactId

ArtifactId

testhelloworld
Version

Version

1.5
Type

Type

jar

Download testhelloworld 1.5


<!-- https://jarcasting.com/artifacts/net.sf.ingenias/testhelloworld/ -->
<dependency>
    <groupId>net.sf.ingenias</groupId>
    <artifactId>testhelloworld</artifactId>
    <version>1.5</version>
</dependency>
// https://jarcasting.com/artifacts/net.sf.ingenias/testhelloworld/
implementation 'net.sf.ingenias:testhelloworld:1.5'
// https://jarcasting.com/artifacts/net.sf.ingenias/testhelloworld/
implementation ("net.sf.ingenias:testhelloworld:1.5")
'net.sf.ingenias:testhelloworld:jar:1.5'
<dependency org="net.sf.ingenias" name="testhelloworld" rev="1.5">
  <artifact name="testhelloworld" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.sf.ingenias', module='testhelloworld', version='1.5')
)
libraryDependencies += "net.sf.ingenias" % "testhelloworld" % "1.5"
[net.sf.ingenias/testhelloworld "1.5"]