hvac-engine
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>com.synerset</groupId>
<artifactId>hvac-engine</artifactId>
<version>2.2.0</version>
</dependency><?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>
<groupId>com.synerset</groupId>
<artifactId>hvac-engine</artifactId>
<version>2.2.0</version>
<name>hvac-engine</name>
<description>HVAC|Engine is a comprehensive library for calculating moist air properties, including crucial thermodynamic
processes such as heating, dry cooling, real cooling with condensate discharge, mixing single or multiple air
streams, and more. Immutable, thread-safe, very accurate.</description>
<url>https://github.com/pjazdzyk/hvac-engine</url>
<licenses>
<license>
<name>GNU Affero General Public License, Version 3</name>
<url>https://www.gnu.org/licenses/agpl-3.0.html</url>
<distribution>repo</distribution>
</license>
</licenses>
<developers>
<developer>
<name>Piotr Jażdżyk</name>
<email>piotr.jazdzyk@o2.pl</email>
<organization>SYNERSET</organization>
<organizationUrl>https://www.synerset.com</organizationUrl>
</developer>
</developers>
<scm>
<connection>scm:git:git://github.com/pjazdzyk/hvac-engine.git</connection>
<developerConnection>scm:git:ssh://github.com:pjazdzyk/hvac-engine.git</developerConnection>
<url>https://github.com/pjazdzyk/hvac-engine</url>
</scm>
<dependencies>
<dependency>
<groupId>com.synerset</groupId>
<artifactId>brent-dekker-solver</artifactId>
<version>2.1.0</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>com.synerset</groupId>
<artifactId>unitility-core</artifactId>
<version>2.8.0</version>
<scope>compile</scope>
</dependency>
</dependencies>
</project>