MVN

net.termer.twine : twine

Maven & Gradle

Jul 28, 2021
4 stars

twine · A fully featured application server built for boilerplate-less Vert.x web applications

<dependency>
    <groupId>net.termer.twine</groupId>
    <artifactId>twine</artifactId>
    <version>2.1b</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of net.termer.twine : twine to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.1b

All Versions

Choose a version of net.termer.twine : twine to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.1
twine-2.1
2.1b
twine-2.1b
2.1a
twine-2.1a
2.0
twine-2.0
1.5
twine-1.5
1.5b
twine-1.5b
1.5a
twine-1.5a

How to add a dependency to Maven

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

<dependency>
    <groupId>net.termer.twine</groupId>
    <artifactId>twine</artifactId>
    <version>2.1b</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following net.termer.twine : twine gradle dependency to your build.gradle file:

implementation 'net.termer.twine:twine:2.1b'

Gradle Kotlin DSL: Add the following net.termer.twine : twine gradle kotlin dependency to your build.gradle.kts file:

implementation("net.termer.twine:twine:2.1b")

How to add a dependency to SBT Scala

SBT Scala: Add the following net.termer.twine : twine sbt scala dependency to your build.sbt file:

libraryDependencies += "net.termer.twine" % "twine" % "2.1b"