GroupId | GroupIdorg.dbflute |
---|---|
ArtifactId | ArtifactIddbflute-runtime |
Version | Version1.1.6-RC4 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.dbflute/dbflute-runtime/ -->
<dependency>
<groupId>org.dbflute</groupId>
<artifactId>dbflute-runtime</artifactId>
<version>1.1.6-RC4</version>
</dependency>
// https://jarcasting.com/artifacts/org.dbflute/dbflute-runtime/
implementation 'org.dbflute:dbflute-runtime:1.1.6-RC4'
// https://jarcasting.com/artifacts/org.dbflute/dbflute-runtime/
implementation ("org.dbflute:dbflute-runtime:1.1.6-RC4")
'org.dbflute:dbflute-runtime:jar:1.1.6-RC4'
<dependency org="org.dbflute" name="dbflute-runtime" rev="1.1.6-RC4">
<artifact name="dbflute-runtime" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.dbflute', module='dbflute-runtime', version='1.1.6-RC4')
)
libraryDependencies += "org.dbflute" % "dbflute-runtime" % "1.1.6-RC4"
[org.dbflute/dbflute-runtime "1.1.6-RC4"]