| Категории |
КатегорииCLI Взаимодействие с пользователем |
|---|---|
| Группа | Группаcom.github.heuermh.ensemblrestclient |
| Идентификатор | Идентификаторensembl-rest-client-example |
| Версия | Версия1.1 |
| Тип | Типjar |
<!-- 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.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.heuermh.ensemblrestclient/ensembl-rest-client-example/
implementation 'com.github.heuermh.ensemblrestclient:ensembl-rest-client-example:1.1'
// https://jarcasting.com/artifacts/com.github.heuermh.ensemblrestclient/ensembl-rest-client-example/
implementation ("com.github.heuermh.ensemblrestclient:ensembl-rest-client-example:1.1")
'com.github.heuermh.ensemblrestclient:ensembl-rest-client-example:jar:1.1'
<dependency org="com.github.heuermh.ensemblrestclient" name="ensembl-rest-client-example" rev="1.1">
<artifact name="ensembl-rest-client-example" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.heuermh.ensemblrestclient', module='ensembl-rest-client-example', version='1.1')
)
libraryDependencies += "com.github.heuermh.ensemblrestclient" % "ensembl-rest-client-example" % "1.1"
[com.github.heuermh.ensemblrestclient/ensembl-rest-client-example "1.1"]