MVN

io.github.dailystruggle : RTP

Maven & Gradle

Jun 29, 2023

RTP · a random teleport plugin

<dependency>
    <groupId>io.github.dailystruggle</groupId>
    <artifactId>RTP</artifactId>
    <version>2.0.15</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.github.dailystruggle : RTP to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.0.15
  • Latest Beta: 2.0.0-BETA04

All Versions

Choose a version of io.github.dailystruggle : RTP to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.0.x
RTP-2.0.15
RTP-2.0.14
RTP-2.0.12
RTP-2.0.10
RTP-2.0.9
RTP-2.0.8
RTP-2.0.7
RTP-2.0.6
RTP-2.0.5
RTP-2.0.1
RTP-2.0.0
RTP-2.0.0-BETA04
RTP-2.0.0-BETA03
RTP-2.0.0-BETA01
1.3.x
RTP-1.3.23
RTP-1.3.22
RTP-1.3.21
RTP-1.3.20
RTP-1.3.19
RTP-1.3.17
RTP-1.3.15
RTP-1.3.14
RTP-1.3.13
RTP-1.3.11
RTP-1.3.8
RTP-1.3.6
RTP-1.3.5
RTP-1.3.3
RTP-1.3.2
RTP-1.3.0
1.2.x
RTP-1.2.8

How to add a dependency to Maven

Add the following io.github.dailystruggle : RTP maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.github.dailystruggle</groupId>
    <artifactId>RTP</artifactId>
    <version>2.0.15</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.github.dailystruggle : RTP gradle dependency to your build.gradle file:

implementation 'io.github.dailystruggle:RTP:2.0.15'

Gradle Kotlin DSL: Add the following io.github.dailystruggle : RTP gradle kotlin dependency to your build.gradle.kts file:

implementation("io.github.dailystruggle:RTP:2.0.15")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.github.dailystruggle : RTP sbt scala dependency to your build.sbt file:

libraryDependencies += "io.github.dailystruggle" % "RTP" % "2.0.15"