| Группа | Группаorg.phenopackets |
|---|---|
| Идентификатор | Идентификаторphenopacket-schema |
| Версия | Версия0.2.0 |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| phenopacket-schema-0.2.0.pom | |
| phenopacket-schema-0.2.0.jar | 393 KB |
| phenopacket-schema-0.2.0-sources.jar | 282 KB |
| phenopacket-schema-0.2.0-javadoc.jar | 813 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.phenopackets/phenopacket-schema/ -->
<dependency>
<groupId>org.phenopackets</groupId>
<artifactId>phenopacket-schema</artifactId>
<version>0.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.phenopackets/phenopacket-schema/
implementation 'org.phenopackets:phenopacket-schema:0.2.0'
// https://jarcasting.com/artifacts/org.phenopackets/phenopacket-schema/
implementation ("org.phenopackets:phenopacket-schema:0.2.0")
'org.phenopackets:phenopacket-schema:jar:0.2.0'
<dependency org="org.phenopackets" name="phenopacket-schema" rev="0.2.0">
<artifact name="phenopacket-schema" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.phenopackets', module='phenopacket-schema', version='0.2.0')
)
libraryDependencies += "org.phenopackets" % "phenopacket-schema" % "0.2.0"
[org.phenopackets/phenopacket-schema "0.2.0"]