MVN

chat.belinked : GameAPI

Maven & Gradle

Jun 07, 2022

API for database requests · Sends requests to a webclient API

<dependency>
    <groupId>chat.belinked</groupId>
    <artifactId>GameAPI</artifactId>
    <version>1.0.17</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of chat.belinked : GameAPI to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.17

All Versions

Choose a version of chat.belinked : GameAPI to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
GameAPI-1.0.17
GameAPI-1.0.16
GameAPI-1.0.15
GameAPI-1.0.14
GameAPI-1.0.13
GameAPI-1.0.12
GameAPI-1.0.11
GameAPI-1.0.10
GameAPI-1.0.9
GameAPI-1.0.8
GameAPI-1.0.7
GameAPI-1.0.6
GameAPI-1.0.5
GameAPI-1.0.4
GameAPI-1.0.3
GameAPI-1.0.2
GameAPI-1.0.1
GameAPI-1.0.0

How to add a dependency to Maven

Add the following chat.belinked : GameAPI maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>chat.belinked</groupId>
    <artifactId>GameAPI</artifactId>
    <version>1.0.17</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following chat.belinked : GameAPI gradle dependency to your build.gradle file:

implementation 'chat.belinked:GameAPI:1.0.17'

Gradle Kotlin DSL: Add the following chat.belinked : GameAPI gradle kotlin dependency to your build.gradle.kts file:

implementation("chat.belinked:GameAPI:1.0.17")

How to add a dependency to SBT Scala

SBT Scala: Add the following chat.belinked : GameAPI sbt scala dependency to your build.sbt file:

libraryDependencies += "chat.belinked" % "GameAPI" % "1.0.17"