License |
License |
---|---|
GroupId | GroupIdcom.github.lbordowitz.openforecast |
ArtifactId | ArtifactIdroot |
Last Version | Last Version0.5.0 |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionOpenForecast Root
OpenForecast is an open source forecasting system. This includes the library and examples.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
root-0.5.0.pom | 4 KB |
Browse |
<!-- 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"]