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