a

apithefire-web

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