Categories |
CategoriesJSON Data JsonPath |
---|---|
GroupId | GroupIdcom.noenv |
ArtifactId | ArtifactIdvertx-jsonpath |
Version | Version4.2.7 |
Type | Typejar |
Filename | Size |
---|---|
vertx-jsonpath-4.2.7.pom | |
vertx-jsonpath-4.2.7.jar | 8 KB |
vertx-jsonpath-4.2.7-tests.jar | 13 KB |
vertx-jsonpath-4.2.7-test-sources.jar | 7 KB |
vertx-jsonpath-4.2.7-sources.jar | 3 KB |
vertx-jsonpath-4.2.7-javadoc.jar | 399 KB |
vertx-jsonpath-4.2.7-docs.zip | 1 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.noenv/vertx-jsonpath/ -->
<dependency>
<groupId>com.noenv</groupId>
<artifactId>vertx-jsonpath</artifactId>
<version>4.2.7</version>
</dependency>
// https://jarcasting.com/artifacts/com.noenv/vertx-jsonpath/
implementation 'com.noenv:vertx-jsonpath:4.2.7'
// https://jarcasting.com/artifacts/com.noenv/vertx-jsonpath/
implementation ("com.noenv:vertx-jsonpath:4.2.7")
'com.noenv:vertx-jsonpath:jar:4.2.7'
<dependency org="com.noenv" name="vertx-jsonpath" rev="4.2.7">
<artifact name="vertx-jsonpath" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.noenv', module='vertx-jsonpath', version='4.2.7')
)
libraryDependencies += "com.noenv" % "vertx-jsonpath" % "4.2.7"
[com.noenv/vertx-jsonpath "4.2.7"]