j

jme

A library for calculating molecules potential energy and it's applications
https://ramimanaf.github.io/JMolecularEnergy/
MIT License
Rami Manaf Abdullah
Files download
File Operation
jme-0.1.1.jar download
jme-0.1.1.pom download
jme-0.1.1-sources.jar download
Apache Maven
<dependency>
  <groupId>io.github.ramimanaf</groupId>
  <artifactId>jme</artifactId>
  <version>0.1.1</version>
</dependency>
Gradle Groovy
implementation 'io.github.ramimanaf:jme:0.1.1'
Gradle Kotlin
implementation("io.github.ramimanaf:jme:0.1.1")
Scala SBT
libraryDependencies += "io.github.ramimanaf" % "jme" % "0.1.1"
Groovy Grape
@Grapes(
  @Grab(group='io.github.ramimanaf', module='jme', version='0.1.1')
)
Apache Ivy
<dependency org="io.github.ramimanaf" name="jme" rev="0.1.1" />
Leiningen
[io.github.ramimanaf/jme "0.1.1"]
Apache Buildr
'io.github.ramimanaf:jme:jar:0.1.1'