| Лицензия |
Лицензия |
|---|---|
| Группа | Группаcom.googlecode.static-ioc |
| Идентификатор | Идентификаторstatiocioc-samples |
| Последняя версия | Последняя версия0.4 |
| Дата | Дата |
| Тип | Типpom |
| Описание |
Описаниеstaticioc samples package
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.
|
| Ссылка на сайт |
Ссылка на сайт |
| Организация-разработчик |
Организация-разработчикStatic IOC OSS project |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| statiocioc-samples-0.4.pom | 694 bytes |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.googlecode.static-ioc/statiocioc-samples/ -->
<dependency>
<groupId>com.googlecode.static-ioc</groupId>
<artifactId>statiocioc-samples</artifactId>
<version>0.4</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.googlecode.static-ioc/statiocioc-samples/
implementation 'com.googlecode.static-ioc:statiocioc-samples:0.4'
// https://jarcasting.com/artifacts/com.googlecode.static-ioc/statiocioc-samples/
implementation ("com.googlecode.static-ioc:statiocioc-samples:0.4")
'com.googlecode.static-ioc:statiocioc-samples:pom:0.4'
<dependency org="com.googlecode.static-ioc" name="statiocioc-samples" rev="0.4">
<artifact name="statiocioc-samples" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.googlecode.static-ioc', module='statiocioc-samples', version='0.4')
)
libraryDependencies += "com.googlecode.static-ioc" % "statiocioc-samples" % "0.4"
[com.googlecode.static-ioc/statiocioc-samples "0.4"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.slf4j : slf4j-api | jar | 1.7.5 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| ch.qos.logback : logback-classic | jar | 1.0.13 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| junit : junit | jar | 4.10 |