MVN

com.github.hugoredon : materia

Maven & Gradle

Aug 28, 2014
7 stars

Materia · Thermodynamics properties and equilibria calculations for chemical engineering.

<dependency>
    <groupId>com.github.hugoredon</groupId>
    <artifactId>materia</artifactId>
    <version>3.5</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.hugoredon : materia to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 3.5

All Versions

Choose a version of com.github.hugoredon : materia to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
3.5
materia-3.5
3.3
materia-3.3
3.2
materia-3.2
3.1
materia-3.1
1.1.x
materia-1.1.1
1
materia-1

How to add a dependency to Maven

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

<dependency>
    <groupId>com.github.hugoredon</groupId>
    <artifactId>materia</artifactId>
    <version>3.5</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.hugoredon : materia gradle dependency to your build.gradle file:

implementation 'com.github.hugoredon:materia:3.5'

Gradle Kotlin DSL: Add the following com.github.hugoredon : materia gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.hugoredon:materia:3.5")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.hugoredon : materia sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.hugoredon" % "materia" % "3.5"