| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииFeather Библиотеки уровня приложения Dependency Injection |
| Группа | Группаcom.joepritzel |
| Идентификатор | Идентификаторfeather |
| Версия | Версия1.2 |
| Тип | Типjar |
| Описание |
ОписаниеFeather
Ultra-lightweight publish-subscribe message broker.
|
| Ссылка на сайт |
Ссылка на сайт |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| feather-1.2.pom | |
| feather-1.2.jar | 18 KB |
| feather-1.2-sources.jar | 12 KB |
| feather-1.2-javadoc.jar | 116 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.joepritzel/feather/ -->
<dependency>
<groupId>com.joepritzel</groupId>
<artifactId>feather</artifactId>
<version>1.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.joepritzel/feather/
implementation 'com.joepritzel:feather:1.2'
// https://jarcasting.com/artifacts/com.joepritzel/feather/
implementation ("com.joepritzel:feather:1.2")
'com.joepritzel:feather:jar:1.2'
<dependency org="com.joepritzel" name="feather" rev="1.2">
<artifact name="feather" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.joepritzel', module='feather', version='1.2')
)
libraryDependencies += "com.joepritzel" % "feather" % "1.2"
[com.joepritzel/feather "1.2"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| junit : junit | jar | 4.11 |