License |
License |
---|---|
Categories |
CategoriesJSON Data JsonPath |
GroupId | GroupIdcom.noenv |
ArtifactId | ArtifactIdvertx-jsonpath |
Last Version | Last Version4.3.1 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionvertx-wiremongo
Lightweight JsonPath implementation for Vert.x
|
Project URL |
Project URL |
Project Organization |
Project OrganizationNoEnv |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
vertx-jsonpath-4.3.1.pom | |
vertx-jsonpath-4.3.1.jar | 8 KB |
vertx-jsonpath-4.3.1-tests.jar | 13 KB |
vertx-jsonpath-4.3.1-test-sources.jar | 7 KB |
vertx-jsonpath-4.3.1-sources.jar | 3 KB |
vertx-jsonpath-4.3.1-javadoc.jar | 399 KB |
vertx-jsonpath-4.3.1-docs.zip | 1 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.noenv/vertx-jsonpath/ -->
<dependency>
<groupId>com.noenv</groupId>
<artifactId>vertx-jsonpath</artifactId>
<version>4.3.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.noenv/vertx-jsonpath/
implementation 'com.noenv:vertx-jsonpath:4.3.1'
// https://jarcasting.com/artifacts/com.noenv/vertx-jsonpath/
implementation ("com.noenv:vertx-jsonpath:4.3.1")
'com.noenv:vertx-jsonpath:jar:4.3.1'
<dependency org="com.noenv" name="vertx-jsonpath" rev="4.3.1">
<artifact name="vertx-jsonpath" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.noenv', module='vertx-jsonpath', version='4.3.1')
)
libraryDependencies += "com.noenv" % "vertx-jsonpath" % "4.3.1"
[com.noenv/vertx-jsonpath "4.3.1"]
Group / Artifact | Type | Version |
---|---|---|
io.vertx : vertx-core | jar | |
io.vertx : vertx-codegen Optional | jar | |
io.vertx : vertx-docgen Optional | jar | |
io.vertx : vertx-lang-kotlin Optional | jar | |
io.vertx : vertx-rx-java Optional | jar | |
io.vertx : vertx-rx-java-gen Optional | jar | 4.3.1 |
io.vertx : vertx-rx-java2 Optional | jar | |
io.vertx : vertx-rx-java2-gen Optional | jar | 4.3.1 |
io.vertx : vertx-rx-java3 Optional | jar | |
io.vertx : vertx-rx-java3-gen Optional | jar | 4.3.1 |
Group / Artifact | Type | Version |
---|---|---|
io.vertx : vertx-core | test-jar | |
io.vertx : vertx-unit | jar | |
junit : junit | jar | 4.13.1 |