| License |
License |
|---|---|
| Categories |
CategoriesActiveJ User Interface Web Frameworks |
| GroupId | GroupIdorg.javalite |
| ArtifactId | ArtifactIdactivejdbc-kt |
| Last Version | Last Version3.0-j11 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionJavaLite - ActiveJDBC ORM Framework (for Kotlin)
Sonatype helps open source projects to set up Maven repositories on https://oss.sonatype.org/
|
| Project URL |
Project URL |
| Project Organization |
Project Organization |
| Filename | Size |
|---|---|
| activejdbc-kt-3.0-j11.pom | |
| activejdbc-kt-3.0-j11.jar | 7 KB |
| activejdbc-kt-3.0-j11-sources.jar | 6 KB |
| activejdbc-kt-3.0-j11-javadoc.jar | 28 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.javalite/activejdbc-kt/ -->
<dependency>
<groupId>org.javalite</groupId>
<artifactId>activejdbc-kt</artifactId>
<version>3.0-j11</version>
</dependency>
// https://jarcasting.com/artifacts/org.javalite/activejdbc-kt/
implementation 'org.javalite:activejdbc-kt:3.0-j11'
// https://jarcasting.com/artifacts/org.javalite/activejdbc-kt/
implementation ("org.javalite:activejdbc-kt:3.0-j11")
'org.javalite:activejdbc-kt:jar:3.0-j11'
<dependency org="org.javalite" name="activejdbc-kt" rev="3.0-j11">
<artifact name="activejdbc-kt" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.javalite', module='activejdbc-kt', version='3.0-j11')
)
libraryDependencies += "org.javalite" % "activejdbc-kt" % "3.0-j11"
[org.javalite/activejdbc-kt "3.0-j11"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.slf4j : slf4j-api | jar | 1.7.30 |
| org.slf4j : slf4j-simple | jar | 1.7.30 |
| org.javalite : activejdbc | jar | 3.0-j11 |
| org.jetbrains.kotlin : kotlin-stdlib-jdk8 | jar | 1.4.32 |
| Group / Artifact | Type | Version |
|---|---|---|
| com.h2database : h2 | jar | 1.4.200 |
| org.javalite : app-config | jar | 3.0-j11 |
| junit : junit | jar | 4.13.1 |