| GroupId | GroupIdgov.nih.ncats |
|---|---|
| ArtifactId | ArtifactIdmolwitch-cdk |
| Version | Version1.0 |
| Type | Typejar |
| Filename | Size |
|---|---|
| molwitch-cdk-1.0.pom | |
| molwitch-cdk-1.0.jar | 82 KB |
| molwitch-cdk-1.0-sources.jar | 46 KB |
| molwitch-cdk-1.0-javadoc.jar | 147 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/gov.nih.ncats/molwitch-cdk/ -->
<dependency>
<groupId>gov.nih.ncats</groupId>
<artifactId>molwitch-cdk</artifactId>
<version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/gov.nih.ncats/molwitch-cdk/
implementation 'gov.nih.ncats:molwitch-cdk:1.0'
// https://jarcasting.com/artifacts/gov.nih.ncats/molwitch-cdk/
implementation ("gov.nih.ncats:molwitch-cdk:1.0")
'gov.nih.ncats:molwitch-cdk:jar:1.0'
<dependency org="gov.nih.ncats" name="molwitch-cdk" rev="1.0">
<artifact name="molwitch-cdk" type="jar" />
</dependency>
@Grapes(
@Grab(group='gov.nih.ncats', module='molwitch-cdk', version='1.0')
)
libraryDependencies += "gov.nih.ncats" % "molwitch-cdk" % "1.0"
[gov.nih.ncats/molwitch-cdk "1.0"]