MVN

com.m3958.vertxprj : applogvertx

Maven & Gradle

Mar 16, 2014

Project - applogvertx · applog vertx from sb.m3958.com site builder.

<dependency>
    <groupId>com.m3958.vertxprj</groupId>
    <artifactId>applogvertx</artifactId>
    <version>0.0.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.m3958.vertxprj : applogvertx to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.0.1

All Versions

Choose a version of com.m3958.vertxprj : applogvertx to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.0.x
applogvertx-0.0.1

How to add a dependency to Maven

Add the following com.m3958.vertxprj : applogvertx maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.m3958.vertxprj</groupId>
    <artifactId>applogvertx</artifactId>
    <version>0.0.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.m3958.vertxprj : applogvertx gradle dependency to your build.gradle file:

implementation 'com.m3958.vertxprj:applogvertx:0.0.1'

Gradle Kotlin DSL: Add the following com.m3958.vertxprj : applogvertx gradle kotlin dependency to your build.gradle.kts file:

implementation("com.m3958.vertxprj:applogvertx:0.0.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.m3958.vertxprj : applogvertx sbt scala dependency to your build.sbt file:

libraryDependencies += "com.m3958.vertxprj" % "applogvertx" % "0.0.1"