Files download
File Operation
fast-api-1.1.5.pom download
Apache Maven
<dependency>
  <groupId>io.github.easycode8</groupId>
  <artifactId>fast-api</artifactId>
  <version>1.1.5</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'io.github.easycode8:fast-api:1.1.5'
Gradle Kotlin
implementation("io.github.easycode8:fast-api:1.1.5")
Scala SBT
libraryDependencies += "io.github.easycode8" % "fast-api" % "1.1.5"
Groovy Grape
@Grapes(
  @Grab(group='io.github.easycode8', module='fast-api', version='1.1.5')
)
Apache Ivy
<dependency org="io.github.easycode8" name="fast-api" rev="1.1.5" />
Leiningen
[io.github.easycode8/fast-api "1.1.5"]
Apache Buildr
'io.github.easycode8:fast-api:jar:1.1.5'
Dependencies
The project has no third-party dependencies