Categories |
CategoriesActiveJ User Interface Web Frameworks |
---|---|
GroupId | GroupIdorg.javalite |
ArtifactId | ArtifactIdactivejdbc-kt |
Version | Version2.2 |
Type | Typejar |
Filename | Size |
---|---|
activejdbc-kt-2.2.pom | |
activejdbc-kt-2.2.jar | 8 KB |
activejdbc-kt-2.2-sources.jar | 6 KB |
activejdbc-kt-2.2-javadoc.jar | 29 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.javalite/activejdbc-kt/ -->
<dependency>
<groupId>org.javalite</groupId>
<artifactId>activejdbc-kt</artifactId>
<version>2.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.javalite/activejdbc-kt/
implementation 'org.javalite:activejdbc-kt:2.2'
// https://jarcasting.com/artifacts/org.javalite/activejdbc-kt/
implementation ("org.javalite:activejdbc-kt:2.2")
'org.javalite:activejdbc-kt:jar:2.2'
<dependency org="org.javalite" name="activejdbc-kt" rev="2.2">
<artifact name="activejdbc-kt" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.javalite', module='activejdbc-kt', version='2.2')
)
libraryDependencies += "org.javalite" % "activejdbc-kt" % "2.2"
[org.javalite/activejdbc-kt "2.2"]