MVN

io.github.j4ckofalltrades : steam-webapi-kt

Maven & Gradle

Aug 13, 2023
6 stars

steam-webapi-kt · Steam WebAPI wrapper in Kotlin and Ktor

<dependency>
    <groupId>io.github.j4ckofalltrades</groupId>
    <artifactId>steam-webapi-kt</artifactId>
    <version>1.2.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.github.j4ckofalltrades : steam-webapi-kt to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.2.2

All Versions

Choose a version of io.github.j4ckofalltrades : steam-webapi-kt to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.2.x
steam-webapi-kt-1.2.2
steam-webapi-kt-1.2.1
steam-webapi-kt-1.2.0
1.1.x
steam-webapi-kt-1.1.0
1.0.x
steam-webapi-kt-1.0.2
steam-webapi-kt-1.0.1
steam-webapi-kt-1.0.0
0.3.x
steam-webapi-kt-0.3.1
steam-webapi-kt-0.3.0

How to add a dependency to Maven

Add the following io.github.j4ckofalltrades : steam-webapi-kt maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.github.j4ckofalltrades</groupId>
    <artifactId>steam-webapi-kt</artifactId>
    <version>1.2.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.github.j4ckofalltrades : steam-webapi-kt gradle dependency to your build.gradle file:

implementation 'io.github.j4ckofalltrades:steam-webapi-kt:1.2.2'

Gradle Kotlin DSL: Add the following io.github.j4ckofalltrades : steam-webapi-kt gradle kotlin dependency to your build.gradle.kts file:

implementation("io.github.j4ckofalltrades:steam-webapi-kt:1.2.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.github.j4ckofalltrades : steam-webapi-kt sbt scala dependency to your build.sbt file:

libraryDependencies += "io.github.j4ckofalltrades" % "steam-webapi-kt" % "1.2.2"

Advertisement