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 ORM Data
GroupId

GroupId

net.jkcode.jkmvc
ArtifactId

ArtifactId

jkmvc-orm
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-orm

How to add to project

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

Dependencies

compile (7)

Group / Artifact Type Version
net.jkcode : jkutil jar 1.9.0
com.alibaba : druid jar 1.1.6
com.zaxxer : HikariCP jar 3.4.1
io.shardingjdbc : sharding-jdbc-transaction jar 2.0.3
io.shardingjdbc : sharding-jdbc-core jar 2.0.3
org.elasticsearch : elasticsearch jar 5.5.3
io.searchbox : jest jar 5.3.3

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