| GroupId | GroupIdio.github.kmp5 |
|---|---|
| ArtifactId | ArtifactIdsqlrunner-plus |
| Version | Version0.0.3 |
| Type | Typejar |
| Filename | Size |
|---|---|
| sqlrunner-plus-0.0.3.pom | |
| sqlrunner-plus-0.0.3-sources.jar | 12 KB |
| sqlrunner-plus-0.0.3-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.3</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.kmp5/sqlrunner-plus/
implementation 'io.github.kmp5:sqlrunner-plus:0.0.3'
// https://jarcasting.com/artifacts/io.github.kmp5/sqlrunner-plus/
implementation ("io.github.kmp5:sqlrunner-plus:0.0.3")
'io.github.kmp5:sqlrunner-plus:jar:0.0.3'
<dependency org="io.github.kmp5" name="sqlrunner-plus" rev="0.0.3">
<artifact name="sqlrunner-plus" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.kmp5', module='sqlrunner-plus', version='0.0.3')
)
libraryDependencies += "io.github.kmp5" % "sqlrunner-plus" % "0.0.3"
[io.github.kmp5/sqlrunner-plus "0.0.3"]