is not current version
Last Version 0.2.4

cn.dev8:ktweb 0.2.2

kotlin mvc extension

GroupId

GroupId

cn.dev8
ArtifactId

ArtifactId

ktweb
Version

Version

0.2.2
Type

Type

jar

Download ktweb 0.2.2


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