| License |
License |
|---|---|
| Categories |
CategoriesPippo User Interface Web Frameworks |
| GroupId | GroupIdro.pippo |
| ArtifactId | ArtifactIdpippo-ioc |
| Version | Version0.4.2 |
| Type | Typejar |
| Description |
DescriptionPippo IoC
Common IoC for injection
|
| Filename | Size |
|---|---|
| pippo-ioc-0.4.2.pom | |
| pippo-ioc-0.4.2.jar | 3 KB |
| pippo-ioc-0.4.2-sources.jar | 2 KB |
| pippo-ioc-0.4.2-javadoc.jar | 40 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/ro.pippo/pippo-ioc/ -->
<dependency>
<groupId>ro.pippo</groupId>
<artifactId>pippo-ioc</artifactId>
<version>0.4.2</version>
</dependency>
// https://jarcasting.com/artifacts/ro.pippo/pippo-ioc/
implementation 'ro.pippo:pippo-ioc:0.4.2'
// https://jarcasting.com/artifacts/ro.pippo/pippo-ioc/
implementation ("ro.pippo:pippo-ioc:0.4.2")
'ro.pippo:pippo-ioc:jar:0.4.2'
<dependency org="ro.pippo" name="pippo-ioc" rev="0.4.2">
<artifact name="pippo-ioc" type="jar" />
</dependency>
@Grapes(
@Grab(group='ro.pippo', module='pippo-ioc', version='0.4.2')
)
libraryDependencies += "ro.pippo" % "pippo-ioc" % "0.4.2"
[ro.pippo/pippo-ioc "0.4.2"]
| Group / Artifact | Type | Version |
|---|---|---|
| ro.pippo : pippo-core | jar | 0.4.2 |
| ro.pippo : pippo-controller | jar | 0.4.2 |
| javax.inject : javax.inject | jar | 1 |