m

molwitch

A Bridge interface to abstract the underlying cheminformatics library is used.
https://github.com/ncats/molwitch/
Apache-2.0
NIH/NCATS
Daniel Katzel
Files download
File Operation
molwitch-0.6.7.jar download
molwitch-0.6.7.pom download
molwitch-0.6.7-sources.jar download
Apache Maven
<dependency>
  <groupId>gov.nih.ncats</groupId>
  <artifactId>molwitch</artifactId>
  <version>0.6.7</version>
</dependency>
Gradle Groovy
implementation 'gov.nih.ncats:molwitch:0.6.7'
Gradle Kotlin
implementation("gov.nih.ncats:molwitch:0.6.7")
Scala SBT
libraryDependencies += "gov.nih.ncats" % "molwitch" % "0.6.7"
Groovy Grape
@Grapes(
  @Grab(group='gov.nih.ncats', module='molwitch', version='0.6.7')
)
Apache Ivy
<dependency org="gov.nih.ncats" name="molwitch" rev="0.6.7" />
Leiningen
[gov.nih.ncats/molwitch "0.6.7"]
Apache Buildr
'gov.nih.ncats:molwitch:jar:0.6.7'