w

weld-vertx-parent

Brings the CDI programming model into the Vert.x ecosystem.
http://weld.cdi-spec.org
Apache License, Version 2.0
Weld committers
Files download
File Operation
weld-vertx-parent-1.0.0.CR4.pom download
Apache Maven
<dependency>
  <groupId>org.jboss.weld.vertx</groupId>
  <artifactId>weld-vertx-parent</artifactId>
  <version>1.0.0.CR4</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'org.jboss.weld.vertx:weld-vertx-parent:1.0.0.CR4'
Gradle Kotlin
implementation("org.jboss.weld.vertx:weld-vertx-parent:1.0.0.CR4")
Scala SBT
libraryDependencies += "org.jboss.weld.vertx" % "weld-vertx-parent" % "1.0.0.CR4"
Groovy Grape
@Grapes(
  @Grab(group='org.jboss.weld.vertx', module='weld-vertx-parent', version='1.0.0.CR4')
)
Apache Ivy
<dependency org="org.jboss.weld.vertx" name="weld-vertx-parent" rev="1.0.0.CR4" />
Leiningen
[org.jboss.weld.vertx/weld-vertx-parent "1.0.0.CR4"]
Apache Buildr
'org.jboss.weld.vertx:weld-vertx-parent:jar:1.0.0.CR4'