Categories |
CategoriesFeather Application Layer Libs Dependency Injection |
---|---|
GroupId | GroupIdorg.webjars.npm |
ArtifactId | ArtifactIdfeather-icons |
Version | Version4.10.0 |
Type | Typejar |
Filename | Size |
---|---|
feather-icons-4.10.0.pom | |
feather-icons-4.10.0.jar | 220 KB |
feather-icons-4.10.0-sources.jar | 22 bytes |
feather-icons-4.10.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.10.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars.npm/feather-icons/
implementation 'org.webjars.npm:feather-icons:4.10.0'
// https://jarcasting.com/artifacts/org.webjars.npm/feather-icons/
implementation ("org.webjars.npm:feather-icons:4.10.0")
'org.webjars.npm:feather-icons:jar:4.10.0'
<dependency org="org.webjars.npm" name="feather-icons" rev="4.10.0">
<artifact name="feather-icons" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars.npm', module='feather-icons', version='4.10.0')
)
libraryDependencies += "org.webjars.npm" % "feather-icons" % "4.10.0"
[org.webjars.npm/feather-icons "4.10.0"]