MVN

com.github.koraktor : steam-condenser

Maven & Gradle

Jan 05, 2015
356 stars

Steam Condenser · A library for querying the Steam Community, Source, GoldSrc servers and Steam master servers

<dependency>
    <groupId>com.github.koraktor</groupId>
    <artifactId>steam-condenser</artifactId>
    <version>1.3.9</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.koraktor : steam-condenser to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.3.9

All Versions

Choose a version of com.github.koraktor : steam-condenser to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.3.x
steam-condenser-1.3.9
steam-condenser-1.3.8
steam-condenser-1.3.7
steam-condenser-1.3.6
steam-condenser-1.3.5
steam-condenser-1.3.4
steam-condenser-1.3.3
steam-condenser-1.3.2
steam-condenser-1.3.1
steam-condenser-1.3.0
1.2.x
steam-condenser-1.2.1
steam-condenser-1.2.0
1.1.x
steam-condenser-1.1.0
1.0.x
steam-condenser-1.0.2
steam-condenser-1.0.1
steam-condenser-1.0.0
0.14.x
steam-condenser-0.14.0

How to add a dependency to Maven

Add the following com.github.koraktor : steam-condenser maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.github.koraktor</groupId>
    <artifactId>steam-condenser</artifactId>
    <version>1.3.9</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.koraktor : steam-condenser gradle dependency to your build.gradle file:

implementation 'com.github.koraktor:steam-condenser:1.3.9'

Gradle Kotlin DSL: Add the following com.github.koraktor : steam-condenser gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.koraktor:steam-condenser:1.3.9")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.koraktor : steam-condenser sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.koraktor" % "steam-condenser" % "1.3.9"

Advertisement