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