i

ibcore-vertx-base

JsonObject and util management tools for Vert.x
${github.url.base}/${project.artifactId}
Files download
File Operation
ibcore-vertx-base-0.21.0.jar download
ibcore-vertx-base-0.21.0.pom download
ibcore-vertx-base-0.21.0-sources.jar download
Apache Maven
<dependency>
  <groupId>org.infrastructurebuilder</groupId>
  <artifactId>ibcore-vertx-base</artifactId>
  <version>0.21.0</version>
</dependency>
Gradle Groovy
implementation 'org.infrastructurebuilder:ibcore-vertx-base:0.21.0'
Gradle Kotlin
implementation("org.infrastructurebuilder:ibcore-vertx-base:0.21.0")
Scala SBT
libraryDependencies += "org.infrastructurebuilder" % "ibcore-vertx-base" % "0.21.0"
Groovy Grape
@Grapes(
  @Grab(group='org.infrastructurebuilder', module='ibcore-vertx-base', version='0.21.0')
)
Apache Ivy
<dependency org="org.infrastructurebuilder" name="ibcore-vertx-base" rev="0.21.0" />
Leiningen
[org.infrastructurebuilder/ibcore-vertx-base "0.21.0"]
Apache Buildr
'org.infrastructurebuilder:ibcore-vertx-base:jar:0.21.0'