v

vertx-service4j

A lightweight replacement for vertx-service-proxy. This library is highly optimized for vertx java
https://github.com/longdt/vertx-service4j
Apache License, Version 2.0
Long Dinh
Files download
File Operation
vertx-service4j-1.1.1.jar download
vertx-service4j-1.1.1.pom download
vertx-service4j-1.1.1-sources.jar download
Apache Maven
<dependency>
  <groupId>com.github.longdt</groupId>
  <artifactId>vertx-service4j</artifactId>
  <version>1.1.1</version>
</dependency>
Gradle Groovy
implementation 'com.github.longdt:vertx-service4j:1.1.1'
Gradle Kotlin
implementation("com.github.longdt:vertx-service4j:1.1.1")
Scala SBT
libraryDependencies += "com.github.longdt" % "vertx-service4j" % "1.1.1"
Groovy Grape
@Grapes(
  @Grab(group='com.github.longdt', module='vertx-service4j', version='1.1.1')
)
Apache Ivy
<dependency org="com.github.longdt" name="vertx-service4j" rev="1.1.1" />
Leiningen
[com.github.longdt/vertx-service4j "1.1.1"]
Apache Buildr
'com.github.longdt:vertx-service4j:jar:1.1.1'