MVN

com.googlecode.static-ioc : staticioc-parent

Maven & Gradle

Oct 13, 2013

staticioc parent project · The goal of this project is to allow the use of the Inversion of Control pattern at compile time so it can be applied in any context, and for virtually any langage: IoC configuration files are resolved at compile time and converted into the appropriate piece of code. IoC configuration file uses the very-wide spread Spring framework XML format. Generated code won't depend on any framework, making it easy to integrate it into any kind of application.

<dependency>
    <groupId>com.googlecode.static-ioc</groupId>
    <artifactId>staticioc-parent</artifactId>
    <version>0.4</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.googlecode.static-ioc : staticioc-parent to add to Maven - Latest Versions:

  • Latest Stable: 0.4

All Versions

Choose a version of com.googlecode.static-ioc : staticioc-parent to add to Maven - All Versions:

Version Vulnerabilities Updated
0.4
staticioc-parent-0.4
0.3
staticioc-parent-0.3

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>com.googlecode.static-ioc</groupId>
    <artifactId>staticioc-parent</artifactId>
    <version>0.4</version>
</dependency>