Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdcom.github.heuermh.ensemblrestclient |
ArtifactId | ArtifactIdensembl-rest-client-example |
Version | Version1.5 |
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>1.5</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.heuermh.ensemblrestclient/ensembl-rest-client-example/
implementation 'com.github.heuermh.ensemblrestclient:ensembl-rest-client-example:1.5'
// https://jarcasting.com/artifacts/com.github.heuermh.ensemblrestclient/ensembl-rest-client-example/
implementation ("com.github.heuermh.ensemblrestclient:ensembl-rest-client-example:1.5")
'com.github.heuermh.ensemblrestclient:ensembl-rest-client-example:jar:1.5'
<dependency org="com.github.heuermh.ensemblrestclient" name="ensembl-rest-client-example" rev="1.5">
<artifact name="ensembl-rest-client-example" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.heuermh.ensemblrestclient', module='ensembl-rest-client-example', version='1.5')
)
libraryDependencies += "com.github.heuermh.ensemblrestclient" % "ensembl-rest-client-example" % "1.5"
[com.github.heuermh.ensemblrestclient/ensembl-rest-client-example "1.5"]