License |
License |
---|---|
GroupId | GroupIdorg.meteothink |
ArtifactId | ArtifactIdMeteoInfo |
Last Version | Last Version3.3.0 |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionSonatype helps open source projects to set up Maven repositories on https://oss.sonatype.org/
|
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
MeteoInfo-3.3.0.pom | 1 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.meteothink/MeteoInfo/ -->
<dependency>
<groupId>org.meteothink</groupId>
<artifactId>MeteoInfo</artifactId>
<version>3.3.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.meteothink/MeteoInfo/
implementation 'org.meteothink:MeteoInfo:3.3.0'
// https://jarcasting.com/artifacts/org.meteothink/MeteoInfo/
implementation ("org.meteothink:MeteoInfo:3.3.0")
'org.meteothink:MeteoInfo:pom:3.3.0'
<dependency org="org.meteothink" name="MeteoInfo" rev="3.3.0">
<artifact name="MeteoInfo" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.meteothink', module='MeteoInfo', version='3.3.0')
)
libraryDependencies += "org.meteothink" % "MeteoInfo" % "3.3.0"
[org.meteothink/MeteoInfo "3.3.0"]