Categories |
CategoriesNet |
---|---|
GroupId | GroupIdnet.johnluetke.WeatherAPI |
ArtifactId | ArtifactIdWeatherAPI |
Version | Version0.9.3 |
Type | Typejar |
Filename | Size |
---|---|
WeatherAPI-0.9.3.pom | |
WeatherAPI-0.9.3.jar | 18 KB |
WeatherAPI-0.9.3-sources.jar | 9 KB |
WeatherAPI-0.9.3-javadoc.jar | 77 KB |
Browse |
<!-- https://jarcasting.com/artifacts/net.johnluetke.WeatherAPI/WeatherAPI/ -->
<dependency>
<groupId>net.johnluetke.WeatherAPI</groupId>
<artifactId>WeatherAPI</artifactId>
<version>0.9.3</version>
</dependency>
// https://jarcasting.com/artifacts/net.johnluetke.WeatherAPI/WeatherAPI/
implementation 'net.johnluetke.WeatherAPI:WeatherAPI:0.9.3'
// https://jarcasting.com/artifacts/net.johnluetke.WeatherAPI/WeatherAPI/
implementation ("net.johnluetke.WeatherAPI:WeatherAPI:0.9.3")
'net.johnluetke.WeatherAPI:WeatherAPI:jar:0.9.3'
<dependency org="net.johnluetke.WeatherAPI" name="WeatherAPI" rev="0.9.3">
<artifact name="WeatherAPI" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.johnluetke.WeatherAPI', module='WeatherAPI', version='0.9.3')
)
libraryDependencies += "net.johnluetke.WeatherAPI" % "WeatherAPI" % "0.9.3"
[net.johnluetke.WeatherAPI/WeatherAPI "0.9.3"]