License |
License |
---|---|
GroupId | GroupIdio.github.goodgoodjm |
ArtifactId | ArtifactIdotter-core |
Version | Version0.0.13 |
Type | Typejar |
Description |
Descriptionotter-core
Otter, DB Migration tools for kotlin
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
otter-core-0.0.13.pom | |
otter-core-0.0.13.jar | 57 KB |
otter-core-0.0.13-sources.jar | 9 KB |
otter-core-0.0.13-javadoc.jar | 261 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/io.github.goodgoodjm/otter-core/ -->
<dependency>
<groupId>io.github.goodgoodjm</groupId>
<artifactId>otter-core</artifactId>
<version>0.0.13</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.goodgoodjm/otter-core/
implementation 'io.github.goodgoodjm:otter-core:0.0.13'
// https://jarcasting.com/artifacts/io.github.goodgoodjm/otter-core/
implementation ("io.github.goodgoodjm:otter-core:0.0.13")
'io.github.goodgoodjm:otter-core:jar:0.0.13'
<dependency org="io.github.goodgoodjm" name="otter-core" rev="0.0.13">
<artifact name="otter-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.goodgoodjm', module='otter-core', version='0.0.13')
)
libraryDependencies += "io.github.goodgoodjm" % "otter-core" % "0.0.13"
[io.github.goodgoodjm/otter-core "0.0.13"]
Group / Artifact | Type | Version |
---|---|---|
org.jetbrains.kotlin : kotlin-stdlib | jar | 1.5.21 |
org.jetbrains.kotlin : kotlin-stdlib-jdk8 | jar | 1.5.21 |
org.jetbrains.kotlin : kotlin-test | jar | 1.5.21 |
org.jetbrains.kotlin : kotlin-test-junit | jar | 1.5.21 |
org.jetbrains.kotlin : kotlin-reflect | jar | 1.5.21 |
org.jetbrains.kotlin : kotlin-scripting-jsr223 | jar | 1.5.21 |
org.slf4j : slf4j-api | jar | 1.7.30 |
org.jetbrains.exposed : exposed-core | jar | 0.34.1 |
org.jetbrains.exposed : exposed-dao | jar | 0.34.1 |
org.jetbrains.exposed : exposed-jdbc | jar | 0.34.1 |
org.jetbrains.exposed : exposed-java-time | jar | 0.34.1 |
Group / Artifact | Type | Version |
---|---|---|
com.h2database : h2 | jar | 1.4.200 |
ch.qos.logback : logback-classic | jar | 1.2.5 |