README
This is a repository for Vert.x JSON utility functions.
License |
License |
---|---|
GroupId | GroupIdcom.zepben |
ArtifactId | ArtifactIdvertx-utils |
Last Version | Last Version1.2.0 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptioncom.zepben:vertx-utils
Helpers and utils for working with Vert.x in Zepben projects.
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
vertx-utils-1.2.0.pom | |
vertx-utils-1.2.0.jar | 86 KB |
vertx-utils-1.2.0-sources.jar | 52 KB |
vertx-utils-1.2.0-javadoc.jar | 492 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.zepben/vertx-utils/ -->
<dependency>
<groupId>com.zepben</groupId>
<artifactId>vertx-utils</artifactId>
<version>1.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.zepben/vertx-utils/
implementation 'com.zepben:vertx-utils:1.2.0'
// https://jarcasting.com/artifacts/com.zepben/vertx-utils/
implementation ("com.zepben:vertx-utils:1.2.0")
'com.zepben:vertx-utils:jar:1.2.0'
<dependency org="com.zepben" name="vertx-utils" rev="1.2.0">
<artifact name="vertx-utils" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.zepben', module='vertx-utils', version='1.2.0')
)
libraryDependencies += "com.zepben" % "vertx-utils" % "1.2.0"
[com.zepben/vertx-utils "1.2.0"]
Group / Artifact | Type | Version |
---|---|---|
com.zepben : annotations | jar | 1.3.0 |
org.jetbrains : annotations | jar | RELEASE |
io.vertx : vertx-core | jar | 3.9.6 |
io.vertx : vertx-web | jar | 3.9.6 |
org.apache.commons : commons-text | jar | 1.6 |
org.apache.commons : commons-collections4 | jar | 4.2 |
com.google.guava : guava | jar | 24.1-jre |
org.slf4j : slf4j-api | jar | 1.7.24 |
org.junit.jupiter : junit-jupiter-api | jar | 5.5.2 |
Group / Artifact | Type | Version |
---|---|---|
commons-io : commons-io | jar | 2.5 |
com.zepben : test-utils | jar | 1.0.0 |
io.rest-assured : rest-assured | jar | 3.2.0 |
org.junit.jupiter : junit-jupiter-engine | jar | 5.5.2 |
org.hamcrest : hamcrest | jar | 2.2 |
com.github.npathai : hamcrest-optional | jar | 2.0.0 |
org.mockito : mockito-core | jar | 3.2.4 |
org.jacoco : org.jacoco.agent | jar | 0.8.6 |
This is a repository for Vert.x JSON utility functions.