| Категории |
КатегорииFeather Библиотеки уровня приложения Dependency Injection |
|---|---|
| Группа | Группаcom.joepritzel |
| Идентификатор | Идентификаторfeather |
| Версия | Версия1.1 |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| feather-1.1.pom | |
| feather-1.1.jar | 16 KB |
| feather-1.1-sources.jar | 11 KB |
| feather-1.1-javadoc.jar | 117 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.joepritzel/feather/ -->
<dependency>
<groupId>com.joepritzel</groupId>
<artifactId>feather</artifactId>
<version>1.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.joepritzel/feather/
implementation 'com.joepritzel:feather:1.1'
// https://jarcasting.com/artifacts/com.joepritzel/feather/
implementation ("com.joepritzel:feather:1.1")
'com.joepritzel:feather:jar:1.1'
<dependency org="com.joepritzel" name="feather" rev="1.1">
<artifact name="feather" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.joepritzel', module='feather', version='1.1')
)
libraryDependencies += "com.joepritzel" % "feather" % "1.1"
[com.joepritzel/feather "1.1"]