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