is not current version
Last Version 1.2.6

org.dbflute:dbflute-runtime 1.1.6

The runtime library of DBFlute

GroupId

GroupId

org.dbflute
ArtifactId

ArtifactId

dbflute-runtime
Version

Version

1.1.6
Type

Type

jar

Download dbflute-runtime 1.1.6


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