| GroupId | GroupIdio.github.kmp5 |
|---|---|
| ArtifactId | ArtifactIdsqlrunner-plus |
| Version | Version0.0.4 |
| Type | Typejar |
| Filename | Size |
|---|---|
| sqlrunner-plus-0.0.4.pom | |
| sqlrunner-plus-0.0.4-sources.jar | 12 KB |
| sqlrunner-plus-0.0.4-javadoc.jar | 103 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/io.github.kmp5/sqlrunner-plus/ -->
<dependency>
<groupId>io.github.kmp5</groupId>
<artifactId>sqlrunner-plus</artifactId>
<version>0.0.4</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.kmp5/sqlrunner-plus/
implementation 'io.github.kmp5:sqlrunner-plus:0.0.4'
// https://jarcasting.com/artifacts/io.github.kmp5/sqlrunner-plus/
implementation ("io.github.kmp5:sqlrunner-plus:0.0.4")
'io.github.kmp5:sqlrunner-plus:jar:0.0.4'
<dependency org="io.github.kmp5" name="sqlrunner-plus" rev="0.0.4">
<artifact name="sqlrunner-plus" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.kmp5', module='sqlrunner-plus', version='0.0.4')
)
libraryDependencies += "io.github.kmp5" % "sqlrunner-plus" % "0.0.4"
[io.github.kmp5/sqlrunner-plus "0.0.4"]