Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdcom.github.heuermh.ensemblrestclient |
ArtifactId | ArtifactIdensembl-rest-client-example |
Version | Version2.0-rc2 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.github.heuermh.ensemblrestclient/ensembl-rest-client-example/ -->
<dependency>
<groupId>com.github.heuermh.ensemblrestclient</groupId>
<artifactId>ensembl-rest-client-example</artifactId>
<version>2.0-rc2</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.heuermh.ensemblrestclient/ensembl-rest-client-example/
implementation 'com.github.heuermh.ensemblrestclient:ensembl-rest-client-example:2.0-rc2'
// https://jarcasting.com/artifacts/com.github.heuermh.ensemblrestclient/ensembl-rest-client-example/
implementation ("com.github.heuermh.ensemblrestclient:ensembl-rest-client-example:2.0-rc2")
'com.github.heuermh.ensemblrestclient:ensembl-rest-client-example:jar:2.0-rc2'
<dependency org="com.github.heuermh.ensemblrestclient" name="ensembl-rest-client-example" rev="2.0-rc2">
<artifact name="ensembl-rest-client-example" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.heuermh.ensemblrestclient', module='ensembl-rest-client-example', version='2.0-rc2')
)
libraryDependencies += "com.github.heuermh.ensemblrestclient" % "ensembl-rest-client-example" % "2.0-rc2"
[com.github.heuermh.ensemblrestclient/ensembl-rest-client-example "2.0-rc2"]