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