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