| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииДанные |
| Группа | Группаorg.opencb.commons |
| Идентификатор | Идентификаторcommons-datastore |
| Последняя версия | Последняя версия4.4.0 |
| Дата | Дата |
| Тип | Типpom |
| Описание |
ОписаниеOpenCB commons project contains several Java libs for Bioinformatics
|
| Имя Файла | Размер |
|---|---|
| commons-datastore-4.4.0.pom | 1 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.opencb.commons/commons-datastore/ -->
<dependency>
<groupId>org.opencb.commons</groupId>
<artifactId>commons-datastore</artifactId>
<version>4.4.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.opencb.commons/commons-datastore/
implementation 'org.opencb.commons:commons-datastore:4.4.0'
// https://jarcasting.com/artifacts/org.opencb.commons/commons-datastore/
implementation ("org.opencb.commons:commons-datastore:4.4.0")
'org.opencb.commons:commons-datastore:pom:4.4.0'
<dependency org="org.opencb.commons" name="commons-datastore" rev="4.4.0">
<artifact name="commons-datastore" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.opencb.commons', module='commons-datastore', version='4.4.0')
)
libraryDependencies += "org.opencb.commons" % "commons-datastore" % "4.4.0"
[org.opencb.commons/commons-datastore "4.4.0"]