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