| License |
License |
|---|---|
| Categories |
CategoriesBootique User Interface Web Frameworks |
| GroupId | GroupIdio.bootique.di |
| ArtifactId | ArtifactIdbootique-di |
| Last Version | Last Version2.0.1 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Descriptionbootique-di: Lightweight DI Container for Bootique
Stores common developments and deployment settings for Bootique standard modules.
|
| Project Organization |
Project OrganizationObjectStyle LLC |
| Filename | Size |
|---|---|
| bootique-di-2.0.1.pom | |
| bootique-di-2.0.1.jar | 88 KB |
| bootique-di-2.0.1-sources.jar | 69 KB |
| bootique-di-2.0.1-javadoc.jar | 176 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/io.bootique.di/bootique-di/ -->
<dependency>
<groupId>io.bootique.di</groupId>
<artifactId>bootique-di</artifactId>
<version>2.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/io.bootique.di/bootique-di/
implementation 'io.bootique.di:bootique-di:2.0.1'
// https://jarcasting.com/artifacts/io.bootique.di/bootique-di/
implementation ("io.bootique.di:bootique-di:2.0.1")
'io.bootique.di:bootique-di:jar:2.0.1'
<dependency org="io.bootique.di" name="bootique-di" rev="2.0.1">
<artifact name="bootique-di" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.bootique.di', module='bootique-di', version='2.0.1')
)
libraryDependencies += "io.bootique.di" % "bootique-di" % "2.0.1"
[io.bootique.di/bootique-di "2.0.1"]
| Group / Artifact | Type | Version |
|---|---|---|
| javax.inject : javax.inject | jar | 1 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.13.2 |