| License |
License |
|---|---|
| Categories |
CategoriesSBE Data Data Structures |
| GroupId | GroupIdcom.opsbears.webcomponents |
| ArtifactId | ArtifactIddic |
| Last Version | Last Version1.0.0-PR2 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionOpsbears Web Components Dependency Injection Container
A simple IoC dependency injector for Java
|
| Project Organization |
Project OrganizationOpsbears |
| Filename | Size |
|---|---|
| dic-1.0.0-PR2.pom | |
| dic-1.0.0-PR2.jar | 30 KB |
| dic-1.0.0-PR2-sources.jar | 16 KB |
| dic-1.0.0-PR2-javadoc.jar | 89 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.opsbears.webcomponents/dic/ -->
<dependency>
<groupId>com.opsbears.webcomponents</groupId>
<artifactId>dic</artifactId>
<version>1.0.0-PR2</version>
</dependency>
// https://jarcasting.com/artifacts/com.opsbears.webcomponents/dic/
implementation 'com.opsbears.webcomponents:dic:1.0.0-PR2'
// https://jarcasting.com/artifacts/com.opsbears.webcomponents/dic/
implementation ("com.opsbears.webcomponents:dic:1.0.0-PR2")
'com.opsbears.webcomponents:dic:jar:1.0.0-PR2'
<dependency org="com.opsbears.webcomponents" name="dic" rev="1.0.0-PR2">
<artifact name="dic" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.opsbears.webcomponents', module='dic', version='1.0.0-PR2')
)
libraryDependencies += "com.opsbears.webcomponents" % "dic" % "1.0.0-PR2"
[com.opsbears.webcomponents/dic "1.0.0-PR2"]
| Group / Artifact | Type | Version |
|---|---|---|
| com.google.code.findbugs : jsr305 | jar | 3.0.1 |
| org.slf4j : slf4j-api | jar | 1.7.25 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.slf4j : slf4j-simple | jar | 1.7.25 |
| junit : junit | jar | 4.12 |