| License |
License |
|---|---|
| GroupId | GroupIdio.github.kenewstar |
| ArtifactId | ArtifactIdkenewstar-jdbc |
| Last Version | Last Version0.4 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Descriptionkenewstar-jdbc
kenewstar-jdbc is orm framework
|
| Project URL |
Project URL |
| Filename | Size |
|---|---|
| kenewstar-jdbc-0.4.pom | |
| kenewstar-jdbc-0.4.jar | 67 KB |
| kenewstar-jdbc-0.4-sources.jar | 51 KB |
| kenewstar-jdbc-0.4-javadoc.jar | 362 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/io.github.kenewstar/kenewstar-jdbc/ -->
<dependency>
<groupId>io.github.kenewstar</groupId>
<artifactId>kenewstar-jdbc</artifactId>
<version>0.4</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.kenewstar/kenewstar-jdbc/
implementation 'io.github.kenewstar:kenewstar-jdbc:0.4'
// https://jarcasting.com/artifacts/io.github.kenewstar/kenewstar-jdbc/
implementation ("io.github.kenewstar:kenewstar-jdbc:0.4")
'io.github.kenewstar:kenewstar-jdbc:jar:0.4'
<dependency org="io.github.kenewstar" name="kenewstar-jdbc" rev="0.4">
<artifact name="kenewstar-jdbc" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.kenewstar', module='kenewstar-jdbc', version='0.4')
)
libraryDependencies += "io.github.kenewstar" % "kenewstar-jdbc" % "0.4"
[io.github.kenewstar/kenewstar-jdbc "0.4"]