| License |
License |
|---|---|
| GroupId | GroupIdorg.lastaflute |
| ArtifactId | ArtifactIdlasta-di |
| Last Version | Last Version0.9.1 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionLasta Di
DI Container for LastaFlute, super forked from Seasar as Java8
|
| Project URL |
Project URL |
| Project Organization |
Project Organization |
| Filename | Size |
|---|---|
| lasta-di-0.9.1.pom | |
| lasta-di-0.9.1.jar | 765 KB |
| lasta-di-0.9.1-sources.jar | 618 KB |
| lasta-di-0.9.1-javadoc.jar | 3 MB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.lastaflute/lasta-di/ -->
<dependency>
<groupId>org.lastaflute</groupId>
<artifactId>lasta-di</artifactId>
<version>0.9.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.lastaflute/lasta-di/
implementation 'org.lastaflute:lasta-di:0.9.1'
// https://jarcasting.com/artifacts/org.lastaflute/lasta-di/
implementation ("org.lastaflute:lasta-di:0.9.1")
'org.lastaflute:lasta-di:jar:0.9.1'
<dependency org="org.lastaflute" name="lasta-di" rev="0.9.1">
<artifact name="lasta-di" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.lastaflute', module='lasta-di', version='0.9.1')
)
libraryDependencies += "org.lastaflute" % "lasta-di" % "0.9.1"
[org.lastaflute/lasta-di "0.9.1"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.javassist : javassist | jar | 3.28.0-GA |
| org.slf4j : slf4j-api | jar | 1.7.25 |
| Group / Artifact | Type | Version |
|---|---|---|
| javax.transaction : javax.transaction-api | jar | 1.2 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.8.2 |
| ch.qos.logback : logback-classic | jar | 1.2.3 |