Files download
File Operation
v2-resource-3.7.0.jar download
v2-resource-3.7.0.pom download
v2-resource-3.7.0-sources.jar download
Apache Maven
<dependency>
  <groupId>io.github.woody230.gw2</groupId>
  <artifactId>v2-resource</artifactId>
  <version>3.7.0</version>
</dependency>
Gradle Groovy
implementation 'io.github.woody230.gw2:v2-resource:3.7.0'
Gradle Kotlin
implementation("io.github.woody230.gw2:v2-resource:3.7.0")
Scala SBT
libraryDependencies += "io.github.woody230.gw2" % "v2-resource" % "3.7.0"
Groovy Grape
@Grapes(
  @Grab(group='io.github.woody230.gw2', module='v2-resource', version='3.7.0')
)
Apache Ivy
<dependency org="io.github.woody230.gw2" name="v2-resource" rev="3.7.0" />
Leiningen
[io.github.woody230.gw2/v2-resource "3.7.0"]
Apache Buildr
'io.github.woody230.gw2:v2-resource:jar:3.7.0'