is not current version
Last Version 1.2.4

org.lastaflute:lastaflute 0.7.4-RC1

Typesafe Web Framework for LeAn STArtup with DBFlute and Java8

GroupId

GroupId

org.lastaflute
ArtifactId

ArtifactId

lastaflute
Version

Version

0.7.4-RC1
Type

Type

jar

Download lastaflute 0.7.4-RC1


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