| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииFeather Библиотеки уровня приложения Dependency Injection |
| Группа | Группаorg.codejargon.feather |
| Идентификатор | Идентификаторfeather-parent |
| Версия | Версия1.0 |
| Тип | Типpom |
| Описание |
ОписаниеFeather Parent
Feather is an ultra-lightweight dependency injection (JSR-330) library for Java and Android.
|
| Ссылка на сайт |
Ссылка на сайт |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| feather-parent-1.0.pom | 5 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.codejargon.feather/feather-parent/ -->
<dependency>
<groupId>org.codejargon.feather</groupId>
<artifactId>feather-parent</artifactId>
<version>1.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.codejargon.feather/feather-parent/
implementation 'org.codejargon.feather:feather-parent:1.0'
// https://jarcasting.com/artifacts/org.codejargon.feather/feather-parent/
implementation ("org.codejargon.feather:feather-parent:1.0")
'org.codejargon.feather:feather-parent:pom:1.0'
<dependency org="org.codejargon.feather" name="feather-parent" rev="1.0">
<artifact name="feather-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.codejargon.feather', module='feather-parent', version='1.0')
)
libraryDependencies += "org.codejargon.feather" % "feather-parent" % "1.0"
[org.codejargon.feather/feather-parent "1.0"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| junit : junit | jar | 4.12 |
| org.mockito : mockito-core | jar | 1.9.5 |