is not current version
Last Version 0.9.1

org.lastaflute:lasta-di 0.8.1

DI Container for LastaFlute, super forked from Seasar as Java8

GroupId

GroupId

org.lastaflute
ArtifactId

ArtifactId

lasta-di
Version

Version

0.8.1
Type

Type

jar

Download lasta-di 0.8.1


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