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
文件下载
文件名 操作
jfire-mvc-1.0.3.jar 下载
jfire-mvc-1.0.3.pom 下载
jfire-mvc-1.0.3-sources.jar 下载
Apache Maven
<dependency>
  <groupId>link.jfire</groupId>
  <artifactId>jfire-mvc</artifactId>
  <version>1.0.3</version>
</dependency>
Gradle Groovy
implementation 'link.jfire:jfire-mvc:1.0.3'
Gradle Kotlin
implementation("link.jfire:jfire-mvc:1.0.3")
Scala SBT
libraryDependencies += "link.jfire" % "jfire-mvc" % "1.0.3"
Groovy Grape
@Grapes(
  @Grab(group='link.jfire', module='jfire-mvc', version='1.0.3')
)
Apache Ivy
<dependency org="link.jfire" name="jfire-mvc" rev="1.0.3" />
Leiningen
[link.jfire/jfire-mvc "1.0.3"]
Apache Buildr
'link.jfire:jfire-mvc:jar:1.0.3'