License |
License |
---|---|
Categories |
CategoriesORM Data |
GroupId | GroupIdcom.sdibt |
ArtifactId | ArtifactIdkorm |
Version | Version0.0.64 |
Type | Typejar |
Description |
Descriptionkorm
kotlin orm
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
korm-0.0.64.pom | |
korm-0.0.64.jar | 349 KB |
korm-0.0.64-sources.jar | 163 KB |
korm-0.0.64-javadoc.jar | 261 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/com.sdibt/korm/ -->
<dependency>
<groupId>com.sdibt</groupId>
<artifactId>korm</artifactId>
<version>0.0.64</version>
</dependency>
// https://jarcasting.com/artifacts/com.sdibt/korm/
implementation 'com.sdibt:korm:0.0.64'
// https://jarcasting.com/artifacts/com.sdibt/korm/
implementation ("com.sdibt:korm:0.0.64")
'com.sdibt:korm:jar:0.0.64'
<dependency org="com.sdibt" name="korm" rev="0.0.64">
<artifact name="korm" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.sdibt', module='korm', version='0.0.64')
)
libraryDependencies += "com.sdibt" % "korm" % "0.0.64"
[com.sdibt/korm "0.0.64"]
Group / Artifact | Type | Version |
---|---|---|
org.jetbrains.kotlin : kotlin-stdlib | jar | 1.1.2 |
org.jetbrains.kotlin : kotlin-reflect | jar | 1.1.2 |
javax.persistence : persistence-api | jar | 1.0.2 |
com.google.guava : guava | jar | 21.0 |
com.alibaba : druid | jar | 1.0.28 |
org.modelmapper : modelmapper | jar | 0.7.7 |
org.slf4j : slf4j-api | jar | 1.7.25 |
ch.qos.logback : logback-classic | jar | 1.2.3 |
Group / Artifact | Type | Version |
---|---|---|
mysql : mysql-connector-java | jar | 6.0.6 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |