Categories |
CategoriesNet |
---|---|
GroupId | GroupIdcom.github.swms-project |
ArtifactId | ArtifactIdEpanet |
Version | Version1.0 |
Type | Typejar |
Filename | Size |
---|---|
Epanet-1.0.pom | |
Epanet-1.0.jar | 426 KB |
Epanet-1.0-sources.jar | 275 KB |
Epanet-1.0-javadoc.jar | 949 KB |
Browse |
<!-- 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"]