MVN

io.github.punchplatform : punch-api

Maven & Gradle

Aug 09, 2023
23 stars

Punch API · Punch Global Public API

<dependency>
    <groupId>io.github.punchplatform</groupId>
    <artifactId>punch-api</artifactId>
    <version>8.1.7</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.github.punchplatform : punch-api to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 8.1.7

All Versions

Choose a version of io.github.punchplatform : punch-api to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
8.1.x
punch-api-8.1.7
punch-api-8.1.5
punch-api-8.1.2
8.0.x
punch-api-8.0.2
punch-api-8.0.1
punch-api-8.0.0

How to add a dependency to Maven

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

<dependency>
    <groupId>io.github.punchplatform</groupId>
    <artifactId>punch-api</artifactId>
    <version>8.1.7</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.github.punchplatform : punch-api gradle dependency to your build.gradle file:

implementation 'io.github.punchplatform:punch-api:8.1.7'

Gradle Kotlin DSL: Add the following io.github.punchplatform : punch-api gradle kotlin dependency to your build.gradle.kts file:

implementation("io.github.punchplatform:punch-api:8.1.7")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.github.punchplatform : punch-api sbt scala dependency to your build.sbt file:

libraryDependencies += "io.github.punchplatform" % "punch-api" % "8.1.7"