GroupId | GroupIdorg.ga4gh |
---|---|
ArtifactId | ArtifactIdga4gh-starter-kit-wes |
Version | Version0.0.2 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.ga4gh/ga4gh-starter-kit-wes/ -->
<dependency>
<groupId>org.ga4gh</groupId>
<artifactId>ga4gh-starter-kit-wes</artifactId>
<version>0.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.ga4gh/ga4gh-starter-kit-wes/
implementation 'org.ga4gh:ga4gh-starter-kit-wes:0.0.2'
// https://jarcasting.com/artifacts/org.ga4gh/ga4gh-starter-kit-wes/
implementation ("org.ga4gh:ga4gh-starter-kit-wes:0.0.2")
'org.ga4gh:ga4gh-starter-kit-wes:jar:0.0.2'
<dependency org="org.ga4gh" name="ga4gh-starter-kit-wes" rev="0.0.2">
<artifact name="ga4gh-starter-kit-wes" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.ga4gh', module='ga4gh-starter-kit-wes', version='0.0.2')
)
libraryDependencies += "org.ga4gh" % "ga4gh-starter-kit-wes" % "0.0.2"
[org.ga4gh/ga4gh-starter-kit-wes "0.0.2"]