MVN

com.tollge : tollge

Maven & Gradle

Mar 08, 2019
8 stars

tollge · Based on the specification of a set of frameworks implemented by vertx, you need to use the modules to run it. Simply assemble it to implement common functions.

<dependency>
    <groupId>com.tollge</groupId>
    <artifactId>tollge</artifactId>
    <version>0.1.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.tollge : tollge to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.1.1

All Versions

Choose a version of com.tollge : tollge to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.1.x
tollge-0.1.1
tollge-0.1.0

How to add a dependency to Maven

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

<dependency>
    <groupId>com.tollge</groupId>
    <artifactId>tollge</artifactId>
    <version>0.1.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.tollge : tollge gradle dependency to your build.gradle file:

implementation 'com.tollge:tollge:0.1.1'

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

implementation("com.tollge:tollge:0.1.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.tollge : tollge sbt scala dependency to your build.sbt file:

libraryDependencies += "com.tollge" % "tollge" % "0.1.1"

Advertisement