License |
License
Postcard Public License
|
---|---|
GroupId | GroupIdorg.y-op |
ArtifactId | ArtifactIdioc |
Version | Version0.9.0 |
Type | Typejar |
Description |
Descriptionyop-ioc
YOP-IOC is a simple utility to manage singletons/multitons/prototypes.
Ω≡{Ⓐ}
|
Filename | Size |
---|---|
ioc-0.9.0.pom | |
ioc-0.9.0.jar | 4 KB |
ioc-0.9.0-tests.jar | 12 KB |
ioc-0.9.0-test-sources.jar | 5 KB |
ioc-0.9.0-test-javadoc.jar | 68 KB |
ioc-0.9.0-sources.jar | 2 KB |
ioc-0.9.0-javadoc.jar | 30 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.y-op/ioc/ -->
<dependency>
<groupId>org.y-op</groupId>
<artifactId>ioc</artifactId>
<version>0.9.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.y-op/ioc/
implementation 'org.y-op:ioc:0.9.0'
// https://jarcasting.com/artifacts/org.y-op/ioc/
implementation ("org.y-op:ioc:0.9.0")
'org.y-op:ioc:jar:0.9.0'
<dependency org="org.y-op" name="ioc" rev="0.9.0">
<artifact name="ioc" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.y-op', module='ioc', version='0.9.0')
)
libraryDependencies += "org.y-op" % "ioc" % "0.9.0"
[org.y-op/ioc "0.9.0"]
Group / Artifact | Type | Version |
---|---|---|
org.y-op : reflection | jar | 0.9.0 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |