License |
License |
---|---|
GroupId | GroupIdno.api.meteo |
ArtifactId | ArtifactIdmeteo |
Version | Version3.0.1 |
Type | Typepom |
Description |
Descriptionmeteo
Java library for fetching weather data from api.met.no
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
meteo-3.0.1.pom | 18 KB |
Browse |
<!-- https://jarcasting.com/artifacts/no.api.meteo/meteo/ -->
<dependency>
<groupId>no.api.meteo</groupId>
<artifactId>meteo</artifactId>
<version>3.0.1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/no.api.meteo/meteo/
implementation 'no.api.meteo:meteo:3.0.1'
// https://jarcasting.com/artifacts/no.api.meteo/meteo/
implementation ("no.api.meteo:meteo:3.0.1")
'no.api.meteo:meteo:pom:3.0.1'
<dependency org="no.api.meteo" name="meteo" rev="3.0.1">
<artifact name="meteo" type="pom" />
</dependency>
@Grapes(
@Grab(group='no.api.meteo', module='meteo', version='3.0.1')
)
libraryDependencies += "no.api.meteo" % "meteo" % "3.0.1"
[no.api.meteo/meteo "3.0.1"]
Group / Artifact | Type | Version |
---|---|---|
org.slf4j : jcl-over-slf4j | jar | 1.7.12 |
org.slf4j : slf4j-api | jar | 1.7.12 |
org.projectlombok : lombok | jar | 1.16.4 |
ch.qos.logback : logback-classic | jar | 1.1.3 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |
org.mockito : mockito-core | jar | 1.10.19 |