License |
License |
---|---|
GroupId | GroupIdcom.github.rworsnop |
ArtifactId | ArtifactIdvertx-beans |
Last Version | Last Version1.6.2 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionVert.x Beans
Inject Vert.x objects as beans into your Spring application
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
vertx-beans-1.6.2.pom | |
vertx-beans-1.6.2.jar | 11 KB |
vertx-beans-1.6.2-sources.jar | 5 KB |
vertx-beans-1.6.2-javadoc.jar | 50 KB |
Browse |
<!-- 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"]
Group / Artifact | Type | Version |
---|---|---|
org.assertj : assertj-core | jar | 3.19.0 |
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 |
Group / Artifact | Type | Version |
---|---|---|
org.junit.jupiter : junit-jupiter-engine | jar | 5.7.2 |