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