MVN

com.hummeling : if97

Maven & Gradle

Jun 08, 2022

IF97 · IF97 - water & steam properties Java library. Steam tables for industrial use according to the international standard for the properties of water and steam, the IAPWS-IF97 formulation and the international standards for transport and other properties. Hummeling Engineering BV (www.hummeling.com) develops engineering software in the fields of thermodynamics, mechanics, hydrodynamics, and digital signal processing.

<dependency>
    <groupId>com.hummeling</groupId>
    <artifactId>if97</artifactId>
    <version>2.0.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.hummeling : if97 to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.0.0

All Versions

Choose a version of com.hummeling : if97 to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.0.x
if97-2.0.0
1.0.x
if97-1.0.5
if97-1.0.4
if97-1.0.3
if97-1.0.2
if97-1.0.1
1.0
if97-1.0

How to add a dependency to Maven

Add the following com.hummeling : if97 maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.hummeling</groupId>
    <artifactId>if97</artifactId>
    <version>2.0.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.hummeling : if97 gradle dependency to your build.gradle file:

implementation 'com.hummeling:if97:2.0.0'

Gradle Kotlin DSL: Add the following com.hummeling : if97 gradle kotlin dependency to your build.gradle.kts file:

implementation("com.hummeling:if97:2.0.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.hummeling : if97 sbt scala dependency to your build.sbt file:

libraryDependencies += "com.hummeling" % "if97" % "2.0.0"

Advertisement