jkmvc

Jkmvc is an elegant, powerful and lightweight MVC & ORM framework built using kotlin. It aims to be swift, secure, and small. It will turn java's heavy development into kotlin's simple pleasure. No spring.

License

License

Categories

Categories

Net
GroupId

GroupId

net.jkcode.jkmvc
ArtifactId

ArtifactId

jkmvc-http
Last Version

Last Version

1.9.0
Release Date

Release Date

Type

Type

jar
Description

Description

jkmvc
Jkmvc is an elegant, powerful and lightweight MVC & ORM framework built using kotlin. It aims to be swift, secure, and small. It will turn java's heavy development into kotlin's simple pleasure. No spring.
Project URL

Project URL

https://github.com/shigebeyond/jkmvc
Source Code Management

Source Code Management

https://github.com/shigebeyond/jkmvc

Download jkmvc-http

How to add to project

<!-- https://jarcasting.com/artifacts/net.jkcode.jkmvc/jkmvc-http/ -->
<dependency>
    <groupId>net.jkcode.jkmvc</groupId>
    <artifactId>jkmvc-http</artifactId>
    <version>1.9.0</version>
</dependency>
// https://jarcasting.com/artifacts/net.jkcode.jkmvc/jkmvc-http/
implementation 'net.jkcode.jkmvc:jkmvc-http:1.9.0'
// https://jarcasting.com/artifacts/net.jkcode.jkmvc/jkmvc-http/
implementation ("net.jkcode.jkmvc:jkmvc-http:1.9.0")
'net.jkcode.jkmvc:jkmvc-http:jar:1.9.0'
<dependency org="net.jkcode.jkmvc" name="jkmvc-http" rev="1.9.0">
  <artifact name="jkmvc-http" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.jkcode.jkmvc', module='jkmvc-http', version='1.9.0')
)
libraryDependencies += "net.jkcode.jkmvc" % "jkmvc-http" % "1.9.0"
[net.jkcode.jkmvc/jkmvc-http "1.9.0"]

Dependencies

compile (9)

Group / Artifact Type Version
javax.servlet.jsp : jsp-api jar 2.2.1-b03
javax.servlet.jsp.jstl : javax.servlet.jsp.jstl-api jar 1.2.1
net.jkcode.jkmvc : jkmvc-orm jar 1.9.0
net.jkcode : jkguard jar 1.9.0
commons-codec : commons-codec jar 1.5
servlets.com : cos jar 05Nov2002
org.apache.velocity : velocity jar 1.7
javax.servlet : javax.servlet-api jar 3.1.0
jstl : jstl jar 1.2

runtime (1)

Group / Artifact Type Version
org.jetbrains.kotlin : kotlin-stdlib-jdk8 jar 1.3.21

Project Modules

There are no modules declared in this project.

Versions

Version
1.9.0
1.8.0