License |
License |
---|---|
Categories |
CategoriesNet |
GroupId | GroupIdnet.degreedays |
ArtifactId | ArtifactIddegreedays-api |
Version | Version1.3 |
Type | Typejar |
Description |
DescriptionDegree Days API Java Client Library
Java client library for the Degree Days.net API, giving quick access to heating and cooling degree days (HDD and CDD) for locations worldwide. Degree days are a specialist kind of weather data (specifically a form of historical temperature data) used for analysis of HVAC energy consumption in buildings, typically as part of an energy management program.
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
degreedays-api-1.3.pom | |
degreedays-api-1.3-sources.jar | 543 bytes |
degreedays-api-1.3-javadoc.jar | 716 KB |
Browse |
<!-- https://jarcasting.com/artifacts/net.degreedays/degreedays-api/ -->
<dependency>
<groupId>net.degreedays</groupId>
<artifactId>degreedays-api</artifactId>
<version>1.3</version>
</dependency>
// https://jarcasting.com/artifacts/net.degreedays/degreedays-api/
implementation 'net.degreedays:degreedays-api:1.3'
// https://jarcasting.com/artifacts/net.degreedays/degreedays-api/
implementation ("net.degreedays:degreedays-api:1.3")
'net.degreedays:degreedays-api:jar:1.3'
<dependency org="net.degreedays" name="degreedays-api" rev="1.3">
<artifact name="degreedays-api" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.degreedays', module='degreedays-api', version='1.3')
)
libraryDependencies += "net.degreedays" % "degreedays-api" % "1.3"
[net.degreedays/degreedays-api "1.3"]