| Лицензия |
Лицензия |
|---|---|
| Группа | Группаcom.github.lbordowitz.openforecast |
| Идентификатор | Идентификаторroot |
| Последняя версия | Последняя версия0.5.0 |
| Дата | Дата |
| Тип | Типpom |
| Описание |
ОписаниеOpenForecast Root
OpenForecast is an open source forecasting system. This includes the library and examples.
|
| Ссылка на сайт |
Ссылка на сайт |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| root-0.5.0.pom | 4 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.github.lbordowitz.openforecast/root/ -->
<dependency>
<groupId>com.github.lbordowitz.openforecast</groupId>
<artifactId>root</artifactId>
<version>0.5.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.lbordowitz.openforecast/root/
implementation 'com.github.lbordowitz.openforecast:root:0.5.0'
// https://jarcasting.com/artifacts/com.github.lbordowitz.openforecast/root/
implementation ("com.github.lbordowitz.openforecast:root:0.5.0")
'com.github.lbordowitz.openforecast:root:pom:0.5.0'
<dependency org="com.github.lbordowitz.openforecast" name="root" rev="0.5.0">
<artifact name="root" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.lbordowitz.openforecast', module='root', version='0.5.0')
)
libraryDependencies += "com.github.lbordowitz.openforecast" % "root" % "0.5.0"
[com.github.lbordowitz.openforecast/root "0.5.0"]