License |
License |
---|---|
GroupId | GroupIdio.github.par-government |
ArtifactId | ArtifactIdpar-jweather |
Version | Version1.0.1 |
Type | Typejar |
Description |
DescriptionPAR JWeather
Derivation of the original JWeather library from https://github.com/arimus/jweather
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
par-jweather-1.0.1.pom | |
par-jweather-1.0.1.jar | 85 KB |
par-jweather-1.0.1-sources.jar | 23 KB |
par-jweather-1.0.1-javadoc.jar | 261 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/io.github.par-government/par-jweather/ -->
<dependency>
<groupId>io.github.par-government</groupId>
<artifactId>par-jweather</artifactId>
<version>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.par-government/par-jweather/
implementation 'io.github.par-government:par-jweather:1.0.1'
// https://jarcasting.com/artifacts/io.github.par-government/par-jweather/
implementation ("io.github.par-government:par-jweather:1.0.1")
'io.github.par-government:par-jweather:jar:1.0.1'
<dependency org="io.github.par-government" name="par-jweather" rev="1.0.1">
<artifact name="par-jweather" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.par-government', module='par-jweather', version='1.0.1')
)
libraryDependencies += "io.github.par-government" % "par-jweather" % "1.0.1"
[io.github.par-government/par-jweather "1.0.1"]