MVN

io.github.monun : tap-core

Maven & Gradle

Aug 03, 2023
64 stars

tap-core · PaperMC extension library written in Kotlin

<dependency>
    <groupId>io.github.monun</groupId>
    <artifactId>tap-core</artifactId>
    <version>4.9.8</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.github.monun : tap-core to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 4.9.8

All Versions

Choose a version of io.github.monun : tap-core to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
4.9.x
tap-core-4.9.8
tap-core-4.9.7
tap-core-4.9.6
tap-core-4.9.4
tap-core-4.9.3
tap-core-4.9.2
tap-core-4.9.1
tap-core-4.9.0
4.8.x
tap-core-4.8.0
4.7.x
tap-core-4.7.3
tap-core-4.7.2
tap-core-4.7.1
tap-core-4.7.0
4.6.x
tap-core-4.6.2
tap-core-4.6.1
tap-core-4.6.0
4.5.x
tap-core-4.5.0
4.4.x
tap-core-4.4.0

How to add a dependency to Maven

Add the following io.github.monun : tap-core maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.github.monun</groupId>
    <artifactId>tap-core</artifactId>
    <version>4.9.8</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.github.monun : tap-core gradle dependency to your build.gradle file:

implementation 'io.github.monun:tap-core:4.9.8'

Gradle Kotlin DSL: Add the following io.github.monun : tap-core gradle kotlin dependency to your build.gradle.kts file:

implementation("io.github.monun:tap-core:4.9.8")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.github.monun : tap-core sbt scala dependency to your build.sbt file:

libraryDependencies += "io.github.monun" % "tap-core" % "4.9.8"

Advertisement