a

apithefire

Apithefire is an intuitve API for building java web applications.
http://www.apithefire.org/
The Apache Software License, Version 2.0
Chew Boon Aik
Files download
File Operation
apithefire-0.1.1.pom download
Apache Maven
<dependency>
  <groupId>org.apithefire</groupId>
  <artifactId>apithefire</artifactId>
  <version>0.1.1</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'org.apithefire:apithefire:0.1.1'
Gradle Kotlin
implementation("org.apithefire:apithefire:0.1.1")
Scala SBT
libraryDependencies += "org.apithefire" % "apithefire" % "0.1.1"
Groovy Grape
@Grapes(
  @Grab(group='org.apithefire', module='apithefire', version='0.1.1')
)
Apache Ivy
<dependency org="org.apithefire" name="apithefire" rev="0.1.1" />
Leiningen
[org.apithefire/apithefire "0.1.1"]
Apache Buildr
'org.apithefire:apithefire:jar:0.1.1'
Dependencies
The project has no third-party dependencies