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