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