MVN

com.ibasco.agql : agql-dota2-webapi

Maven & Gradle

Apr 28, 2023
114 stars

AGQL - Valve - Dota 2 WebAPI · Implementation for the Dota 2 Web API Interfaces

<dependency>
    <groupId>com.ibasco.agql</groupId>
    <artifactId>agql-dota2-webapi</artifactId>
    <version>1.2.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.ibasco.agql : agql-dota2-webapi to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.2.1

All Versions

Choose a version of com.ibasco.agql : agql-dota2-webapi to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.2.x
agql-dota2-webapi-1.2.1
agql-dota2-webapi-1.2.0
1.1.x
agql-dota2-webapi-1.1.0
1.0.x
agql-dota2-webapi-1.0.8
agql-dota2-webapi-1.0.7
agql-dota2-webapi-1.0.6
agql-dota2-webapi-1.0.5
agql-dota2-webapi-1.0.4
agql-dota2-webapi-1.0.3
agql-dota2-webapi-1.0.2
agql-dota2-webapi-1.0.1
agql-dota2-webapi-1.0.0
0.1.x
agql-dota2-webapi-0.1.7
agql-dota2-webapi-0.1.6
agql-dota2-webapi-0.1.5
agql-dota2-webapi-0.1.4
agql-dota2-webapi-0.1.3
agql-dota2-webapi-0.1.2
agql-dota2-webapi-0.1.1
agql-dota2-webapi-0.1.0

How to add a dependency to Maven

Add the following com.ibasco.agql : agql-dota2-webapi maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.ibasco.agql</groupId>
    <artifactId>agql-dota2-webapi</artifactId>
    <version>1.2.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.ibasco.agql : agql-dota2-webapi gradle dependency to your build.gradle file:

implementation 'com.ibasco.agql:agql-dota2-webapi:1.2.1'

Gradle Kotlin DSL: Add the following com.ibasco.agql : agql-dota2-webapi gradle kotlin dependency to your build.gradle.kts file:

implementation("com.ibasco.agql:agql-dota2-webapi:1.2.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.ibasco.agql : agql-dota2-webapi sbt scala dependency to your build.sbt file:

libraryDependencies += "com.ibasco.agql" % "agql-dota2-webapi" % "1.2.1"

Advertisement