License |
License |
---|---|
GroupId | GroupIdgov.nih.ncats |
ArtifactId | ArtifactIdsmsd-exec |
Version | Version2.2.2 |
Type | Typejar |
Description |
Descriptionsmsd-exec
Small Molecule Subgraph Detector (SMSD) - A Maximum Common Subgraph (MCS) and substructure generation library for chemoinformatics
|
Filename | Size |
---|---|
smsd-exec-2.2.2.pom | |
smsd-exec-2.2.2.jar | 192 KB |
smsd-exec-2.2.2-sources.jar | 383 KB |
smsd-exec-2.2.2-javadoc.jar | 404 KB |
Browse |
<!-- https://jarcasting.com/artifacts/gov.nih.ncats/smsd-exec/ -->
<dependency>
<groupId>gov.nih.ncats</groupId>
<artifactId>smsd-exec</artifactId>
<version>2.2.2</version>
</dependency>
// https://jarcasting.com/artifacts/gov.nih.ncats/smsd-exec/
implementation 'gov.nih.ncats:smsd-exec:2.2.2'
// https://jarcasting.com/artifacts/gov.nih.ncats/smsd-exec/
implementation ("gov.nih.ncats:smsd-exec:2.2.2")
'gov.nih.ncats:smsd-exec:jar:2.2.2'
<dependency org="gov.nih.ncats" name="smsd-exec" rev="2.2.2">
<artifact name="smsd-exec" type="jar" />
</dependency>
@Grapes(
@Grab(group='gov.nih.ncats', module='smsd-exec', version='2.2.2')
)
libraryDependencies += "gov.nih.ncats" % "smsd-exec" % "2.2.2"
[gov.nih.ncats/smsd-exec "2.2.2"]
Group / Artifact | Type | Version |
---|---|---|
gov.nih.ncats : smsd-core | jar | 2.2.2 |
commons-cli : commons-cli | jar | 1.4 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.13.1 |