License |
License |
---|---|
Categories |
CategoriesActiveJ User Interface Web Frameworks |
GroupId | GroupIdcom.github.yoojia |
ArtifactId | ArtifactIdnext-web-activejdbc |
Version | Version3.0.5-alpha |
Type | Typejar |
Description |
DescriptionNextWebKotlin
NextWebKotlin: A Servlet 3+ based micro web framework written in Kotlin
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/com.github.yoojia/next-web-activejdbc/ -->
<dependency>
<groupId>com.github.yoojia</groupId>
<artifactId>next-web-activejdbc</artifactId>
<version>3.0.5-alpha</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.yoojia/next-web-activejdbc/
implementation 'com.github.yoojia:next-web-activejdbc:3.0.5-alpha'
// https://jarcasting.com/artifacts/com.github.yoojia/next-web-activejdbc/
implementation ("com.github.yoojia:next-web-activejdbc:3.0.5-alpha")
'com.github.yoojia:next-web-activejdbc:jar:3.0.5-alpha'
<dependency org="com.github.yoojia" name="next-web-activejdbc" rev="3.0.5-alpha">
<artifact name="next-web-activejdbc" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.yoojia', module='next-web-activejdbc', version='3.0.5-alpha')
)
libraryDependencies += "com.github.yoojia" % "next-web-activejdbc" % "3.0.5-alpha"
[com.github.yoojia/next-web-activejdbc "3.0.5-alpha"]
Group / Artifact | Type | Version |
---|---|---|
com.github.yoojia : next-web | jar | 3.0.5-alpha |
org.jetbrains.kotlin : kotlin-stdlib | jar | 1.0.4 |
org.javalite : activejdbc | jar | 1.4.12-SNAPSHOT |
mysql : mysql-connector-java | jar | 5.1.25 |