is not current version
Last Version 0.9.1

org.lastaflute:lasta-di 0.7.0

DI Container for LastaFlute, super forked from Seasar as Java8

GroupId

GroupId

org.lastaflute
ArtifactId

ArtifactId

lasta-di
Version

Version

0.7.0
Type

Type

jar

Download lasta-di 0.7.0


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