Files download
File Operation
talkative-tom-1.2.0.Beta1.jar download
talkative-tom-1.2.0.Beta1.pom download
talkative-tom-1.2.0.Beta1-sources.jar download
Apache Maven
<dependency>
  <groupId>org.jboss.weld.osgi.examples.userdoc</groupId>
  <artifactId>talkative-tom</artifactId>
  <version>1.2.0.Beta1</version>
  <type>bundle</type>
</dependency>
Gradle Groovy
implementation 'org.jboss.weld.osgi.examples.userdoc:talkative-tom:1.2.0.Beta1'
Gradle Kotlin
implementation("org.jboss.weld.osgi.examples.userdoc:talkative-tom:1.2.0.Beta1")
Scala SBT
libraryDependencies += "org.jboss.weld.osgi.examples.userdoc" % "talkative-tom" % "1.2.0.Beta1"
Groovy Grape
@Grapes(
  @Grab(group='org.jboss.weld.osgi.examples.userdoc', module='talkative-tom', version='1.2.0.Beta1')
)
Apache Ivy
<dependency org="org.jboss.weld.osgi.examples.userdoc" name="talkative-tom" rev="1.2.0.Beta1" />
Leiningen
[org.jboss.weld.osgi.examples.userdoc/talkative-tom "1.2.0.Beta1"]
Apache Buildr
'org.jboss.weld.osgi.examples.userdoc:talkative-tom:jar:1.2.0.Beta1'