a

api

Api module of FIXYou project, as the name would suggest contains APIs shared between all FIXYou modules
https://github.com/zlooo/FIXYou
The Apache License, Version 2.0
Krzysztof Dworakowski
Files download
File Operation
api-0.2.0.jar download
api-0.2.0.pom download
api-0.2.0-sources.jar download
Apache Maven
<dependency>
  <groupId>io.github.zlooo.fixyou</groupId>
  <artifactId>api</artifactId>
  <version>0.2.0</version>
</dependency>
Gradle Groovy
implementation 'io.github.zlooo.fixyou:api:0.2.0'
Gradle Kotlin
implementation("io.github.zlooo.fixyou:api:0.2.0")
Scala SBT
libraryDependencies += "io.github.zlooo.fixyou" % "api" % "0.2.0"
Groovy Grape
@Grapes(
  @Grab(group='io.github.zlooo.fixyou', module='api', version='0.2.0')
)
Apache Ivy
<dependency org="io.github.zlooo.fixyou" name="api" rev="0.2.0" />
Leiningen
[io.github.zlooo.fixyou/api "0.2.0"]
Apache Buildr
'io.github.zlooo.fixyou:api:jar:0.2.0'