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