Categories |
CategoriesSQLite Data Databases ORM |
---|---|
GroupId | GroupIdorg.ktorm |
ArtifactId | ArtifactIdktorm-support-sqlite |
Version | Version3.2.0 |
Type | Typejar |
Filename | Size |
---|---|
ktorm-support-sqlite-3.2.0.pom | |
ktorm-support-sqlite-3.2.0.jar | 5 KB |
ktorm-support-sqlite-3.2.0-sources.jar | 2 KB |
ktorm-support-sqlite-3.2.0-javadoc.jar | 261 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/org.ktorm/ktorm-support-sqlite/ -->
<dependency>
<groupId>org.ktorm</groupId>
<artifactId>ktorm-support-sqlite</artifactId>
<version>3.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.ktorm/ktorm-support-sqlite/
implementation 'org.ktorm:ktorm-support-sqlite:3.2.0'
// https://jarcasting.com/artifacts/org.ktorm/ktorm-support-sqlite/
implementation ("org.ktorm:ktorm-support-sqlite:3.2.0")
'org.ktorm:ktorm-support-sqlite:jar:3.2.0'
<dependency org="org.ktorm" name="ktorm-support-sqlite" rev="3.2.0">
<artifact name="ktorm-support-sqlite" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.ktorm', module='ktorm-support-sqlite', version='3.2.0')
)
libraryDependencies += "org.ktorm" % "ktorm-support-sqlite" % "3.2.0"
[org.ktorm/ktorm-support-sqlite "3.2.0"]