a

ares-turbo

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