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