| License |
License |
|---|---|
| GroupId | GroupIdorg.phenopackets |
| ArtifactId | ArtifactIdphenopacket-schema |
| Version | Version1.0.0 |
| Type | Typejar |
| Description |
Descriptionphenopacket-schema
A Protobuf schema for capturing clinical phenotypes
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| phenopacket-schema-1.0.0.pom | |
| phenopacket-schema-1.0.0.jar | 443 KB |
| phenopacket-schema-1.0.0-sources.jar | 314 KB |
| phenopacket-schema-1.0.0-javadoc.jar | 1 MB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.phenopackets/phenopacket-schema/ -->
<dependency>
<groupId>org.phenopackets</groupId>
<artifactId>phenopacket-schema</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.phenopackets/phenopacket-schema/
implementation 'org.phenopackets:phenopacket-schema:1.0.0'
// https://jarcasting.com/artifacts/org.phenopackets/phenopacket-schema/
implementation ("org.phenopackets:phenopacket-schema:1.0.0")
'org.phenopackets:phenopacket-schema:jar:1.0.0'
<dependency org="org.phenopackets" name="phenopacket-schema" rev="1.0.0">
<artifact name="phenopacket-schema" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.phenopackets', module='phenopacket-schema', version='1.0.0')
)
libraryDependencies += "org.phenopackets" % "phenopacket-schema" % "1.0.0"
[org.phenopackets/phenopacket-schema "1.0.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| com.google.protobuf : protobuf-java | jar | 3.8.0 |
| Group / Artifact | Type | Version |
|---|---|---|
| com.google.protobuf : protobuf-java-util | jar | 3.8.0 |
| com.fasterxml.jackson.core : jackson-databind | jar | 2.9.10.1 |
| com.fasterxml.jackson.dataformat : jackson-dataformat-yaml | jar | 2.9.0 |
| org.slf4j : slf4j-api | jar | 1.7.25 |
| ca.uhn.hapi.fhir : hapi-fhir-base | jar | 3.8.0 |
| ca.uhn.hapi.fhir : hapi-fhir-structures-r4 | jar | 3.8.0 |
| org.junit.jupiter : junit-jupiter-api | jar | 5.3.0 |
| org.junit.jupiter : junit-jupiter-engine | jar | 5.3.0 |
| org.hamcrest : hamcrest-core | jar | 1.3 |