Last Version

com.acidmanic:myoccontainer 1.1.2

MyOcContainer (My IOC Container) is a very simple and lightweight IOC container for Java, with mandatory features for a small, to medium scale project.

License

License

Categories

Categories

Container
GroupId

GroupId

com.acidmanic
ArtifactId

ArtifactId

myoccontainer
Version

Version

1.1.2
Type

Type

jar
Description

Description

com.acidmanic:myoccontainer
MyOcContainer (My IOC Container) is a very simple and lightweight IOC container for Java, with mandatory features for a small, to medium scale project.
Project URL

Project URL

https://github.com/Acidmanic/my-oc-container
Source Code Management

Source Code Management

http://github.com/Acidmanic/my-oc-container

Download myoccontainer 1.1.2


<!-- https://jarcasting.com/artifacts/com.acidmanic/myoccontainer/ -->
<dependency>
    <groupId>com.acidmanic</groupId>
    <artifactId>myoccontainer</artifactId>
    <version>1.1.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.acidmanic/myoccontainer/
implementation 'com.acidmanic:myoccontainer:1.1.2'
// https://jarcasting.com/artifacts/com.acidmanic/myoccontainer/
implementation ("com.acidmanic:myoccontainer:1.1.2")
'com.acidmanic:myoccontainer:jar:1.1.2'
<dependency org="com.acidmanic" name="myoccontainer" rev="1.1.2">
  <artifact name="myoccontainer" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.acidmanic', module='myoccontainer', version='1.1.2')
)
libraryDependencies += "com.acidmanic" % "myoccontainer" % "1.1.2"
[com.acidmanic/myoccontainer "1.1.2"]

Dependencies

compile (1)

Group / Artifact Type Version
junit : junit jar 4.12

Project Modules

There are no modules declared in this project.