文件下载
文件名 操作
testhelloworld-1.6.jar 下载
testhelloworld-1.6.pom 下载
testhelloworld-1.6-sources.jar 下载
Apache Maven
<dependency>
  <groupId>net.sf.ingenias</groupId>
  <artifactId>testhelloworld</artifactId>
  <version>1.6</version>
</dependency>
Gradle Groovy
implementation 'net.sf.ingenias:testhelloworld:1.6'
Gradle Kotlin
implementation("net.sf.ingenias:testhelloworld:1.6")
Scala SBT
libraryDependencies += "net.sf.ingenias" % "testhelloworld" % "1.6"
Groovy Grape
@Grapes(
  @Grab(group='net.sf.ingenias', module='testhelloworld', version='1.6')
)
Apache Ivy
<dependency org="net.sf.ingenias" name="testhelloworld" rev="1.6" />
Leiningen
[net.sf.ingenias/testhelloworld "1.6"]
Apache Buildr
'net.sf.ingenias:testhelloworld:jar:1.6'