MVN

net.moetang : turismo_plus

Maven & Gradle

Mar 31, 2013
1 stars

turismo_plus · -- it was once designed - just modify / add my own code to turismo. :) Now it is totally a new software.

<dependency>
    <groupId>net.moetang</groupId>
    <artifactId>turismo_plus</artifactId>
    <version>0.0.5-r</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of net.moetang : turismo_plus to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.0.5-r

All Versions

Choose a version of net.moetang : turismo_plus to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.0.x
turismo_plus-0.0.5-r
turismo_plus-0.0.4-r
turismo_plus-0.0.3-r
turismo_plus-0.0.2-r

How to add a dependency to Maven

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

<dependency>
    <groupId>net.moetang</groupId>
    <artifactId>turismo_plus</artifactId>
    <version>0.0.5-r</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following net.moetang : turismo_plus gradle dependency to your build.gradle file:

implementation 'net.moetang:turismo_plus:0.0.5-r'

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

implementation("net.moetang:turismo_plus:0.0.5-r")

How to add a dependency to SBT Scala

SBT Scala: Add the following net.moetang : turismo_plus sbt scala dependency to your build.sbt file:

libraryDependencies += "net.moetang" % "turismo_plus" % "0.0.5-r"