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