m

molwitch

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