Degree 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.

License

License

Categories

Categories

Net
GroupId

GroupId

net.degreedays
ArtifactId

ArtifactId

degreedays-api
Last Version

Last Version

1.3
Release Date

Release Date

Type

Type

jar
Description

Description

Degree 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

https://www.degreedays.net/api/java
Project Organization

Project Organization

Degree Days
Source Code Management

Source Code Management

https://www.degreedays.net/api/java

Download degreedays-api

How to add to project

<!-- 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"]

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

There are no modules declared in this project.

Versions

Version
1.3
1.2
1.1.2