j

jfire-mvc

Jfire - MVC MVC framework is a fast and efficient. Support the rest style urls. Transparent simple file upload, data binding function to access web parameters become very easy. Supports multiple views at the same time. Includes regular HTML, json, templates, etc
www.jfire.link
The Apache Software License, Version 2.0
linbin
Files download
File Operation
jfire-mvc-1.0.2.jar download
jfire-mvc-1.0.2.pom download
jfire-mvc-1.0.2-sources.jar download
Apache Maven
<dependency>
  <groupId>link.jfire</groupId>
  <artifactId>jfire-mvc</artifactId>
  <version>1.0.2</version>
</dependency>
Gradle Groovy
implementation 'link.jfire:jfire-mvc:1.0.2'
Gradle Kotlin
implementation("link.jfire:jfire-mvc:1.0.2")
Scala SBT
libraryDependencies += "link.jfire" % "jfire-mvc" % "1.0.2"
Groovy Grape
@Grapes(
  @Grab(group='link.jfire', module='jfire-mvc', version='1.0.2')
)
Apache Ivy
<dependency org="link.jfire" name="jfire-mvc" rev="1.0.2" />
Leiningen
[link.jfire/jfire-mvc "1.0.2"]
Apache Buildr
'link.jfire:jfire-mvc:jar:1.0.2'