| GroupId | GroupIdorg.webjars.bower |
|---|---|
| ArtifactId | ArtifactIdweather-icons |
| Version | Version2.0.0 |
| Type | Typejar |
| Filename | Size |
|---|---|
| weather-icons-2.0.0.pom | |
| weather-icons-2.0.0.jar | 337 KB |
| weather-icons-2.0.0-sources.jar | 22 bytes |
| weather-icons-2.0.0-javadoc.jar | 22 bytes |
| Browse |
<!-- https://jarcasting.com/artifacts/org.webjars.bower/weather-icons/ -->
<dependency>
<groupId>org.webjars.bower</groupId>
<artifactId>weather-icons</artifactId>
<version>2.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars.bower/weather-icons/
implementation 'org.webjars.bower:weather-icons:2.0.0'
// https://jarcasting.com/artifacts/org.webjars.bower/weather-icons/
implementation ("org.webjars.bower:weather-icons:2.0.0")
'org.webjars.bower:weather-icons:jar:2.0.0'
<dependency org="org.webjars.bower" name="weather-icons" rev="2.0.0">
<artifact name="weather-icons" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars.bower', module='weather-icons', version='2.0.0')
)
libraryDependencies += "org.webjars.bower" % "weather-icons" % "2.0.0"
[org.webjars.bower/weather-icons "2.0.0"]