is not current version
Last Version 1.0.3

com.github.swms-project:Epanet 1.0

Optimized Baseform java port of Epanet, water network simulator.

Categories

Categories

Net
GroupId

GroupId

com.github.swms-project
ArtifactId

ArtifactId

Epanet
Version

Version

1.0
Type

Type

jar

Download Epanet 1.0


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