License |
License |
---|---|
Categories |
CategoriesKotlin Languages |
GroupId | GroupIdcom.github.jorgepbrown |
ArtifactId | ArtifactIdKotlinExpress |
Last Version | Last Version1.0.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionKotlinExpress
Server library emulatiing Node.js express syntax.
|
Filename | Size |
---|---|
KotlinExpress-1.0.0.pom | |
KotlinExpress-1.0.0.jar | 58 KB |
KotlinExpress-1.0.0-sources.jar | 11 KB |
KotlinExpress-1.0.0-javadoc.jar | 261 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.jorgepbrown/KotlinExpress/ -->
<dependency>
<groupId>com.github.jorgepbrown</groupId>
<artifactId>KotlinExpress</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.jorgepbrown/KotlinExpress/
implementation 'com.github.jorgepbrown:KotlinExpress:1.0.0'
// https://jarcasting.com/artifacts/com.github.jorgepbrown/KotlinExpress/
implementation ("com.github.jorgepbrown:KotlinExpress:1.0.0")
'com.github.jorgepbrown:KotlinExpress:jar:1.0.0'
<dependency org="com.github.jorgepbrown" name="KotlinExpress" rev="1.0.0">
<artifact name="KotlinExpress" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.jorgepbrown', module='KotlinExpress', version='1.0.0')
)
libraryDependencies += "com.github.jorgepbrown" % "KotlinExpress" % "1.0.0"
[com.github.jorgepbrown/KotlinExpress "1.0.0"]
Group / Artifact | Type | Version |
---|---|---|
org.jetbrains.kotlin : kotlin-stdlib-jdk8 | jar | 1.3.61 |