is not current version
Last Version 1.4.93

io.github.cweijan:db-ultimate 1.4.91

A java orm framework

GroupId

GroupId

io.github.cweijan
ArtifactId

ArtifactId

db-ultimate
Version

Version

1.4.91
Type

Type

jar

Download db-ultimate 1.4.91


<!-- https://jarcasting.com/artifacts/io.github.cweijan/db-ultimate/ -->
<dependency>
    <groupId>io.github.cweijan</groupId>
    <artifactId>db-ultimate</artifactId>
    <version>1.4.91</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.cweijan/db-ultimate/
implementation 'io.github.cweijan:db-ultimate:1.4.91'
// https://jarcasting.com/artifacts/io.github.cweijan/db-ultimate/
implementation ("io.github.cweijan:db-ultimate:1.4.91")
'io.github.cweijan:db-ultimate:jar:1.4.91'
<dependency org="io.github.cweijan" name="db-ultimate" rev="1.4.91">
  <artifact name="db-ultimate" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.cweijan', module='db-ultimate', version='1.4.91')
)
libraryDependencies += "io.github.cweijan" % "db-ultimate" % "1.4.91"
[io.github.cweijan/db-ultimate "1.4.91"]