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