Vert.x Beans

Inject Vert.x objects as beans into your Spring application

License

License

GroupId

GroupId

com.github.rworsnop
ArtifactId

ArtifactId

vertx-beans
Last Version

Last Version

1.6.2
Release Date

Release Date

Type

Type

jar
Description

Description

Vert.x Beans
Inject Vert.x objects as beans into your Spring application
Project URL

Project URL

https://github.com/rworsnop/vertx-beans
Source Code Management

Source Code Management

https://github.com/rworsnop/vertx-beans

Download vertx-beans

How to add to project

<!-- https://jarcasting.com/artifacts/com.github.rworsnop/vertx-beans/ -->
<dependency>
    <groupId>com.github.rworsnop</groupId>
    <artifactId>vertx-beans</artifactId>
    <version>1.6.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.rworsnop/vertx-beans/
implementation 'com.github.rworsnop:vertx-beans:1.6.2'
// https://jarcasting.com/artifacts/com.github.rworsnop/vertx-beans/
implementation ("com.github.rworsnop:vertx-beans:1.6.2")
'com.github.rworsnop:vertx-beans:jar:1.6.2'
<dependency org="com.github.rworsnop" name="vertx-beans" rev="1.6.2">
  <artifact name="vertx-beans" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.rworsnop', module='vertx-beans', version='1.6.2')
)
libraryDependencies += "com.github.rworsnop" % "vertx-beans" % "1.6.2"
[com.github.rworsnop/vertx-beans "1.6.2"]

Dependencies

compile (1)

Group / Artifact Type Version
org.assertj : assertj-core jar 3.19.0

provided (3)

Group / Artifact Type Version
io.vertx : vertx-core jar 4.1.0
io.vertx : vertx-rx-java jar 4.1.0
org.springframework : spring-context jar 5.3.7

test (1)

Group / Artifact Type Version
org.junit.jupiter : junit-jupiter-engine jar 5.7.2

Project Modules

There are no modules declared in this project.

Versions

Version
1.6.2
1.6.1
1.6.0
1.5.0
1.4.0
1.3.2
1.3.1
1.3.0
1.2.1
1.2.0
1.1.0
1.0.0