License |
License |
---|---|
GroupId | GroupIdcom.googlecode.static-ioc |
ArtifactId | ArtifactIdstaticioc-commandline |
Last Version | Last Version0.4 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionstaticioc command line tool
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.
|
Project Organization |
Project OrganizationStatic IOC OSS project |
Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/com.googlecode.static-ioc/staticioc-commandline/ -->
<dependency>
<groupId>com.googlecode.static-ioc</groupId>
<artifactId>staticioc-commandline</artifactId>
<version>0.4</version>
</dependency>
// https://jarcasting.com/artifacts/com.googlecode.static-ioc/staticioc-commandline/
implementation 'com.googlecode.static-ioc:staticioc-commandline:0.4'
// https://jarcasting.com/artifacts/com.googlecode.static-ioc/staticioc-commandline/
implementation ("com.googlecode.static-ioc:staticioc-commandline:0.4")
'com.googlecode.static-ioc:staticioc-commandline:jar:0.4'
<dependency org="com.googlecode.static-ioc" name="staticioc-commandline" rev="0.4">
<artifact name="staticioc-commandline" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.googlecode.static-ioc', module='staticioc-commandline', version='0.4')
)
libraryDependencies += "com.googlecode.static-ioc" % "staticioc-commandline" % "0.4"
[com.googlecode.static-ioc/staticioc-commandline "0.4"]
Group / Artifact | Type | Version |
---|---|---|
org.slf4j : slf4j-api | jar | 1.7.5 |
Group / Artifact | Type | Version |
---|---|---|
ch.qos.logback : logback-classic | jar | 1.0.13 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.10 |