is not current version
Last Version 1.0.4

com.github.storm-bit:web-kotlin 1.0.2

The Kotlin library for creating web applications

Categories

Categories

Kotlin Languages ORM Data
GroupId

GroupId

com.github.storm-bit
ArtifactId

ArtifactId

web-kotlin
Version

Version

1.0.2
Type

Type

jar

Download web-kotlin 1.0.2


<!-- https://jarcasting.com/artifacts/com.github.storm-bit/web-kotlin/ -->
<dependency>
    <groupId>com.github.storm-bit</groupId>
    <artifactId>web-kotlin</artifactId>
    <version>1.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.storm-bit/web-kotlin/
implementation 'com.github.storm-bit:web-kotlin:1.0.2'
// https://jarcasting.com/artifacts/com.github.storm-bit/web-kotlin/
implementation ("com.github.storm-bit:web-kotlin:1.0.2")
'com.github.storm-bit:web-kotlin:jar:1.0.2'
<dependency org="com.github.storm-bit" name="web-kotlin" rev="1.0.2">
  <artifact name="web-kotlin" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.storm-bit', module='web-kotlin', version='1.0.2')
)
libraryDependencies += "com.github.storm-bit" % "web-kotlin" % "1.0.2"
[com.github.storm-bit/web-kotlin "1.0.2"]