GroupId | GroupIdcom.github.rworsnop |
---|---|
ArtifactId | ArtifactIdvertx-beans |
Version | Version1.0.0 |
Type | Typejar |
Filename | Size |
---|---|
vertx-beans-1.0.0.pom | |
vertx-beans-1.0.0.jar | 7 KB |
vertx-beans-1.0.0-sources.jar | 2 KB |
vertx-beans-1.0.0-javadoc.jar | 40 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.rworsnop/vertx-beans/ -->
<dependency>
<groupId>com.github.rworsnop</groupId>
<artifactId>vertx-beans</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.rworsnop/vertx-beans/
implementation 'com.github.rworsnop:vertx-beans:1.0.0'
// https://jarcasting.com/artifacts/com.github.rworsnop/vertx-beans/
implementation ("com.github.rworsnop:vertx-beans:1.0.0")
'com.github.rworsnop:vertx-beans:jar:1.0.0'
<dependency org="com.github.rworsnop" name="vertx-beans" rev="1.0.0">
<artifact name="vertx-beans" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.rworsnop', module='vertx-beans', version='1.0.0')
)
libraryDependencies += "com.github.rworsnop" % "vertx-beans" % "1.0.0"
[com.github.rworsnop/vertx-beans "1.0.0"]