a

ares-turbo

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