is not current version
Last Version 1.3

net.degreedays:degreedays-api 1.1.2

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.

Categories

Categories

Net
GroupId

GroupId

net.degreedays
ArtifactId

ArtifactId

degreedays-api
Version

Version

1.1.2
Type

Type

jar

Download degreedays-api 1.1.2


<!-- https://jarcasting.com/artifacts/net.degreedays/degreedays-api/ -->
<dependency>
    <groupId>net.degreedays</groupId>
    <artifactId>degreedays-api</artifactId>
    <version>1.1.2</version>
</dependency>
// https://jarcasting.com/artifacts/net.degreedays/degreedays-api/
implementation 'net.degreedays:degreedays-api:1.1.2'
// https://jarcasting.com/artifacts/net.degreedays/degreedays-api/
implementation ("net.degreedays:degreedays-api:1.1.2")
'net.degreedays:degreedays-api:jar:1.1.2'
<dependency org="net.degreedays" name="degreedays-api" rev="1.1.2">
  <artifact name="degreedays-api" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.degreedays', module='degreedays-api', version='1.1.2')
)
libraryDependencies += "net.degreedays" % "degreedays-api" % "1.1.2"
[net.degreedays/degreedays-api "1.1.2"]