w

weld-osgi-paint-core

Paint example demonstrating Weld-OSGi integration
http://weld.cdi-spec.org
Mathieu Ancelin Matthieu Clochard
Files download
File Operation
weld-osgi-paint-core-2.3.0.CR2.jar download
weld-osgi-paint-core-2.3.0.CR2.pom download
weld-osgi-paint-core-2.3.0.CR2-sources.jar download
Apache Maven
<dependency>
  <groupId>org.jboss.weld.examples</groupId>
  <artifactId>weld-osgi-paint-core</artifactId>
  <version>2.3.0.CR2</version>
  <type>bundle</type>
</dependency>
Gradle Groovy
implementation 'org.jboss.weld.examples:weld-osgi-paint-core:2.3.0.CR2'
Gradle Kotlin
implementation("org.jboss.weld.examples:weld-osgi-paint-core:2.3.0.CR2")
Scala SBT
libraryDependencies += "org.jboss.weld.examples" % "weld-osgi-paint-core" % "2.3.0.CR2"
Groovy Grape
@Grapes(
  @Grab(group='org.jboss.weld.examples', module='weld-osgi-paint-core', version='2.3.0.CR2')
)
Apache Ivy
<dependency org="org.jboss.weld.examples" name="weld-osgi-paint-core" rev="2.3.0.CR2" />
Leiningen
[org.jboss.weld.examples/weld-osgi-paint-core "2.3.0.CR2"]
Apache Buildr
'org.jboss.weld.examples:weld-osgi-paint-core:jar:2.3.0.CR2'