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