Skip to content

com.equinor.neqsim 2.4.0

Install 1/2: Add this to pom.xml:
Learn more about Maven or Gradle
<dependency>
  <groupId>com.equinor</groupId>
  <artifactId>neqsim</artifactId>
  <version>2.4.0</version>
</dependency>
Install 2/2: Run via command line
$ mvn install

About this package

NeqSim is a library for calculation of fluid behavior, phase equilibrium and process simulation.

The package is used via maven by setting pom.xml properties as:

<repository>
	<id>github</id>
	<url>https://maven.pkg.github.com/Equinor/</url>
</repository>

<dependency>
	<groupId>com.equinor</groupId>
	<artifactId>neqsim</artifactId>
	<version>x.x.x</version>
</dependency>

Also include the settings.xml file.

run command

mvn -settings settings.xml install

For an example project see the NeqSim benchmark project.

Details

  • @equinor equinor
  • September 23, 2022
  • 3 dependencies
  • Apache License 2.0

Download activity

  • Total downloads 2
  • Last 30 days 0
  • Last week 0
  • Today 0


Recent versions

View all