GroupId | GroupIdorg.ga4gh |
---|---|
ArtifactId | ArtifactIdga4gh-starter-kit-wes |
Version | Version0.0.1 |
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.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.ga4gh/ga4gh-starter-kit-wes/
implementation 'org.ga4gh:ga4gh-starter-kit-wes:0.0.1'
// https://jarcasting.com/artifacts/org.ga4gh/ga4gh-starter-kit-wes/
implementation ("org.ga4gh:ga4gh-starter-kit-wes:0.0.1")
'org.ga4gh:ga4gh-starter-kit-wes:jar:0.0.1'
<dependency org="org.ga4gh" name="ga4gh-starter-kit-wes" rev="0.0.1">
<artifact name="ga4gh-starter-kit-wes" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.ga4gh', module='ga4gh-starter-kit-wes', version='0.0.1')
)
libraryDependencies += "org.ga4gh" % "ga4gh-starter-kit-wes" % "0.0.1"
[org.ga4gh/ga4gh-starter-kit-wes "0.0.1"]