| Категории |
КатегорииСеть |
|---|---|
| Группа | Группаnet.sourceforge.jweather |
| Идентификатор | Идентификаторjweather |
| Последняя версия | Последняя версия0.3.0 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
Описаниеjweather
jweather is a Java library for parsing raw weather data (e.g. METAR, TAF).
Initially it will focus on parsing and providing an API for access to METAR
data, but may grow to include access to multiple reporting formats.
|
| Ссылка на сайт |
Ссылка на сайт |
| Организация-разработчик |
Организация-разработчик |
| Имя Файла | Размер |
|---|---|
| jweather-0.3.0.pom | |
| jweather-0.3.0.jar | 59 KB |
| jweather-0.3.0-sources.jar | 56 KB |
| jweather-0.3.0-javadoc.jar | 111 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/net.sourceforge.jweather/jweather/ -->
<dependency>
<groupId>net.sourceforge.jweather</groupId>
<artifactId>jweather</artifactId>
<version>0.3.0</version>
</dependency>
// https://jarcasting.com/artifacts/net.sourceforge.jweather/jweather/
implementation 'net.sourceforge.jweather:jweather:0.3.0'
// https://jarcasting.com/artifacts/net.sourceforge.jweather/jweather/
implementation ("net.sourceforge.jweather:jweather:0.3.0")
'net.sourceforge.jweather:jweather:jar:0.3.0'
<dependency org="net.sourceforge.jweather" name="jweather" rev="0.3.0">
<artifact name="jweather" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.sourceforge.jweather', module='jweather', version='0.3.0')
)
libraryDependencies += "net.sourceforge.jweather" % "jweather" % "0.3.0"
[net.sourceforge.jweather/jweather "0.3.0"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| log4j : log4j | jar | 1.2.8 |
| oro : oro | jar | 2.0.7 |
| junit : junit | jar | 3.8.1 |
| commons-httpclient : commons-httpclient | jar | 2.0 |