GroupId | GroupIdorg.meteothink |
---|---|
ArtifactId | ArtifactIdMeteoInfoLab |
Last Version | Last Version2.3 |
Release Date | Release Date |
Type | Typejar |
Description |
Description |
Filename | Size |
---|---|
MeteoInfoLab-2.3.pom | |
MeteoInfoLab-2.3.jar | 239 KB |
MeteoInfoLab-2.3-sources.jar | 162 KB |
MeteoInfoLab-2.3-javadoc.jar | 716 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.meteothink/MeteoInfoLab/ -->
<dependency>
<groupId>org.meteothink</groupId>
<artifactId>MeteoInfoLab</artifactId>
<version>2.3</version>
</dependency>
// https://jarcasting.com/artifacts/org.meteothink/MeteoInfoLab/
implementation 'org.meteothink:MeteoInfoLab:2.3'
// https://jarcasting.com/artifacts/org.meteothink/MeteoInfoLab/
implementation ("org.meteothink:MeteoInfoLab:2.3")
'org.meteothink:MeteoInfoLab:jar:2.3'
<dependency org="org.meteothink" name="MeteoInfoLab" rev="2.3">
<artifact name="MeteoInfoLab" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.meteothink', module='MeteoInfoLab', version='2.3')
)
libraryDependencies += "org.meteothink" % "MeteoInfoLab" % "2.3"
[org.meteothink/MeteoInfoLab "2.3"]