MVN

uk.oczadly.karl : csgo-gsi

Maven & Gradle

Apr 27, 2021
29 stars

CSGO GSI · Java library for retrieving game state information from Counter-Strike: Global Offensive

<dependency>
    <groupId>uk.oczadly.karl</groupId>
    <artifactId>csgo-gsi</artifactId>
    <version>1.6.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of uk.oczadly.karl : csgo-gsi to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.6.0

All Versions

Choose a version of uk.oczadly.karl : csgo-gsi to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.6.x
csgo-gsi-1.6.0
1.5.x
csgo-gsi-1.5.0
1.4.x
csgo-gsi-1.4.2
csgo-gsi-1.4.1
csgo-gsi-1.4.0
1.3.x
csgo-gsi-1.3.5
csgo-gsi-1.3.4
csgo-gsi-1.3.3
csgo-gsi-1.3.2
csgo-gsi-1.3.1
csgo-gsi-1.3.0
1.2.x
csgo-gsi-1.2.0
1.1.x
csgo-gsi-1.1.1
csgo-gsi-1.1.0
1.0.x
csgo-gsi-1.0.4
csgo-gsi-1.0.3
csgo-gsi-1.0.2

How to add a dependency to Maven

Add the following uk.oczadly.karl : csgo-gsi maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>uk.oczadly.karl</groupId>
    <artifactId>csgo-gsi</artifactId>
    <version>1.6.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following uk.oczadly.karl : csgo-gsi gradle dependency to your build.gradle file:

implementation 'uk.oczadly.karl:csgo-gsi:1.6.0'

Gradle Kotlin DSL: Add the following uk.oczadly.karl : csgo-gsi gradle kotlin dependency to your build.gradle.kts file:

implementation("uk.oczadly.karl:csgo-gsi:1.6.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following uk.oczadly.karl : csgo-gsi sbt scala dependency to your build.sbt file:

libraryDependencies += "uk.oczadly.karl" % "csgo-gsi" % "1.6.0"