h

hello-world-consumer

Hello World consumer examples for Weld-OSGi chapter 2
http://www.seamframework.org/Weld
Apache License, Version 2.0
Mathieu Ancelin Matthieu Clochard
Files download
File Operation
hello-world-consumer-1.2.0.Beta1.jar download
hello-world-consumer-1.2.0.Beta1.pom download
hello-world-consumer-1.2.0.Beta1-sources.jar download
Apache Maven
<dependency>
  <groupId>org.jboss.weld.osgi.examples.userdoc</groupId>
  <artifactId>hello-world-consumer</artifactId>
  <version>1.2.0.Beta1</version>
  <type>bundle</type>
</dependency>
Gradle Groovy
implementation 'org.jboss.weld.osgi.examples.userdoc:hello-world-consumer:1.2.0.Beta1'
Gradle Kotlin
implementation("org.jboss.weld.osgi.examples.userdoc:hello-world-consumer:1.2.0.Beta1")
Scala SBT
libraryDependencies += "org.jboss.weld.osgi.examples.userdoc" % "hello-world-consumer" % "1.2.0.Beta1"
Groovy Grape
@Grapes(
  @Grab(group='org.jboss.weld.osgi.examples.userdoc', module='hello-world-consumer', version='1.2.0.Beta1')
)
Apache Ivy
<dependency org="org.jboss.weld.osgi.examples.userdoc" name="hello-world-consumer" rev="1.2.0.Beta1" />
Leiningen
[org.jboss.weld.osgi.examples.userdoc/hello-world-consumer "1.2.0.Beta1"]
Apache Buildr
'org.jboss.weld.osgi.examples.userdoc:hello-world-consumer:jar:1.2.0.Beta1'