Categories |
CategoriesFeather Application Layer Libs Dependency Injection |
---|---|
GroupId | GroupIdorg.webjars.npm |
ArtifactId | ArtifactIdfeather-icons |
Version | Version4.26.0 |
Type | Typejar |
Filename | Size |
---|---|
feather-icons-4.26.0.pom | |
feather-icons-4.26.0.jar | 243 KB |
feather-icons-4.26.0-sources.jar | 22 bytes |
feather-icons-4.26.0-javadoc.jar | 22 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/org.webjars.npm/feather-icons/ -->
<dependency>
<groupId>org.webjars.npm</groupId>
<artifactId>feather-icons</artifactId>
<version>4.26.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars.npm/feather-icons/
implementation 'org.webjars.npm:feather-icons:4.26.0'
// https://jarcasting.com/artifacts/org.webjars.npm/feather-icons/
implementation ("org.webjars.npm:feather-icons:4.26.0")
'org.webjars.npm:feather-icons:jar:4.26.0'
<dependency org="org.webjars.npm" name="feather-icons" rev="4.26.0">
<artifact name="feather-icons" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars.npm', module='feather-icons', version='4.26.0')
)
libraryDependencies += "org.webjars.npm" % "feather-icons" % "4.26.0"
[org.webjars.npm/feather-icons "4.26.0"]