License |
License |
---|---|
Categories |
CategoriesNet |
GroupId | GroupIdnet.jkcode.jkmvc |
ArtifactId | ArtifactIdjkmvc-example |
Version | Version1.8.0 |
Type | Typejar |
Description |
Descriptionjkmvc
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 |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
jkmvc-example-1.8.0.pom | |
jkmvc-example-1.8.0.jar | 13 KB |
jkmvc-example-1.8.0-sources.jar | 5 KB |
jkmvc-example-1.8.0-javadoc.jar | 35 KB |
Browse |
<!-- https://jarcasting.com/artifacts/net.jkcode.jkmvc/jkmvc-example/ -->
<dependency>
<groupId>net.jkcode.jkmvc</groupId>
<artifactId>jkmvc-example</artifactId>
<version>1.8.0</version>
</dependency>
// https://jarcasting.com/artifacts/net.jkcode.jkmvc/jkmvc-example/
implementation 'net.jkcode.jkmvc:jkmvc-example:1.8.0'
// https://jarcasting.com/artifacts/net.jkcode.jkmvc/jkmvc-example/
implementation ("net.jkcode.jkmvc:jkmvc-example:1.8.0")
'net.jkcode.jkmvc:jkmvc-example:jar:1.8.0'
<dependency org="net.jkcode.jkmvc" name="jkmvc-example" rev="1.8.0">
<artifact name="jkmvc-example" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.jkcode.jkmvc', module='jkmvc-example', version='1.8.0')
)
libraryDependencies += "net.jkcode.jkmvc" % "jkmvc-example" % "1.8.0"
[net.jkcode.jkmvc/jkmvc-example "1.8.0"]
Group / Artifact | Type | Version |
---|---|---|
mysql : mysql-connector-java | jar | 5.1.6 |
net.jkcode.jkmvc : jkmvc-http | jar | 1.8.0 |
net.jkcode.jkmvc : jkmvc-server-jetty | jar | 1.8.0 |
javax.servlet : javax.servlet-api | jar | 3.1.0 |
javax.websocket : javax.websocket-api | jar | 1.0 |