GroupId | GroupIdno.api.meteo |
---|---|
ArtifactId | ArtifactIdmeteo-core |
Version | Version2.0.2 |
Type | Typejar |
Filename | Size |
---|---|
meteo-core-2.0.2.pom | |
meteo-core-2.0.2.jar | 37 KB |
meteo-core-2.0.2-sources.jar | 28 KB |
meteo-core-2.0.2-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.2</version>
</dependency>
// https://jarcasting.com/artifacts/no.api.meteo/meteo-core/
implementation 'no.api.meteo:meteo-core:2.0.2'
// https://jarcasting.com/artifacts/no.api.meteo/meteo-core/
implementation ("no.api.meteo:meteo-core:2.0.2")
'no.api.meteo:meteo-core:jar:2.0.2'
<dependency org="no.api.meteo" name="meteo-core" rev="2.0.2">
<artifact name="meteo-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='no.api.meteo', module='meteo-core', version='2.0.2')
)
libraryDependencies += "no.api.meteo" % "meteo-core" % "2.0.2"
[no.api.meteo/meteo-core "2.0.2"]