MVN

io.github.pangzixiang.whatsit.vertx : whatsit-core

Maven & Gradle

Jun 25, 2023
1 stars

whatsit-core · Whatsit Vertx Core library

<dependency>
    <groupId>io.github.pangzixiang.whatsit.vertx</groupId>
    <artifactId>whatsit-core</artifactId>
    <version>3.0.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.github.pangzixiang.whatsit.vertx : whatsit-core to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 3.0.0

All Versions

Choose a version of io.github.pangzixiang.whatsit.vertx : whatsit-core to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
3.0.x
whatsit-core-3.0.0
2.0.x
whatsit-core-2.0.17
whatsit-core-2.0.16
whatsit-core-2.0.15
whatsit-core-2.0.13
whatsit-core-2.0.12
whatsit-core-2.0.9
whatsit-core-2.0.8
whatsit-core-2.0.7
whatsit-core-2.0.6
whatsit-core-2.0.5
whatsit-core-2.0.4
1.1.x
whatsit-core-1.1.5
whatsit-core-1.1.4
whatsit-core-1.1.1
whatsit-core-1.1.0
1.0.x
whatsit-core-1.0.20
whatsit-core-1.0.19
whatsit-core-1.0.18
whatsit-core-1.0.17
whatsit-core-1.0.16
whatsit-core-1.0.15
whatsit-core-1.0.14
whatsit-core-1.0.12
whatsit-core-1.0.11
whatsit-core-1.0.10
whatsit-core-1.0.9
whatsit-core-1.0.8
whatsit-core-1.0.6
whatsit-core-1.0.5
whatsit-core-1.0.4
whatsit-core-1.0.3
whatsit-core-1.0.0

How to add a dependency to Maven

Add the following io.github.pangzixiang.whatsit.vertx : whatsit-core maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.github.pangzixiang.whatsit.vertx</groupId>
    <artifactId>whatsit-core</artifactId>
    <version>3.0.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.github.pangzixiang.whatsit.vertx : whatsit-core gradle dependency to your build.gradle file:

implementation 'io.github.pangzixiang.whatsit.vertx:whatsit-core:3.0.0'

Gradle Kotlin DSL: Add the following io.github.pangzixiang.whatsit.vertx : whatsit-core gradle kotlin dependency to your build.gradle.kts file:

implementation("io.github.pangzixiang.whatsit.vertx:whatsit-core:3.0.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.github.pangzixiang.whatsit.vertx : whatsit-core sbt scala dependency to your build.sbt file:

libraryDependencies += "io.github.pangzixiang.whatsit.vertx" % "whatsit-core" % "3.0.0"

Advertisement