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