GroupId | GroupIdno.api.meteo |
---|---|
ArtifactId | ArtifactIdmeteo-core |
Version | Version2.0.3 |
Type | Typejar |
Filename | Size |
---|---|
meteo-core-2.0.3.pom | |
meteo-core-2.0.3.jar | 37 KB |
meteo-core-2.0.3-sources.jar | 29 KB |
meteo-core-2.0.3-javadoc.jar | 188 KB |
Browse |
<!-- https://jarcasting.com/artifacts/no.api.meteo/meteo-core/ -->
<dependency>
<groupId>no.api.meteo</groupId>
<artifactId>meteo-core</artifactId>
<version>2.0.3</version>
</dependency>
// https://jarcasting.com/artifacts/no.api.meteo/meteo-core/
implementation 'no.api.meteo:meteo-core:2.0.3'
// https://jarcasting.com/artifacts/no.api.meteo/meteo-core/
implementation ("no.api.meteo:meteo-core:2.0.3")
'no.api.meteo:meteo-core:jar:2.0.3'
<dependency org="no.api.meteo" name="meteo-core" rev="2.0.3">
<artifact name="meteo-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='no.api.meteo', module='meteo-core', version='2.0.3')
)
libraryDependencies += "no.api.meteo" % "meteo-core" % "2.0.3"
[no.api.meteo/meteo-core "2.0.3"]