文件下载
文件名 操作
weld-se-hello-world-2.4.0.CR1.jar 下载
weld-se-hello-world-2.4.0.CR1.pom 下载
weld-se-hello-world-2.4.0.CR1-sources.jar 下载
Apache Maven
<dependency>
  <groupId>org.jboss.weld.examples.se</groupId>
  <artifactId>weld-se-hello-world</artifactId>
  <version>2.4.0.CR1</version>
</dependency>
Gradle Groovy
implementation 'org.jboss.weld.examples.se:weld-se-hello-world:2.4.0.CR1'
Gradle Kotlin
implementation("org.jboss.weld.examples.se:weld-se-hello-world:2.4.0.CR1")
Scala SBT
libraryDependencies += "org.jboss.weld.examples.se" % "weld-se-hello-world" % "2.4.0.CR1"
Groovy Grape
@Grapes(
  @Grab(group='org.jboss.weld.examples.se', module='weld-se-hello-world', version='2.4.0.CR1')
)
Apache Ivy
<dependency org="org.jboss.weld.examples.se" name="weld-se-hello-world" rev="2.4.0.CR1" />
Leiningen
[org.jboss.weld.examples.se/weld-se-hello-world "2.4.0.CR1"]
Apache Buildr
'org.jboss.weld.examples.se:weld-se-hello-world:jar:2.4.0.CR1'