| GroupId | GroupIdorg.phenopackets |
|---|---|
| ArtifactId | ArtifactIdphenopacket-schema |
| Version | Version0.4.0 |
| Type | Typejar |
| Filename | Size |
|---|---|
| phenopacket-schema-0.4.0.pom | |
| phenopacket-schema-0.4.0.jar | 397 KB |
| phenopacket-schema-0.4.0-sources.jar | 284 KB |
| phenopacket-schema-0.4.0-javadoc.jar | 1 MB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.phenopackets/phenopacket-schema/ -->
<dependency>
<groupId>org.phenopackets</groupId>
<artifactId>phenopacket-schema</artifactId>
<version>0.4.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.phenopackets/phenopacket-schema/
implementation 'org.phenopackets:phenopacket-schema:0.4.0'
// https://jarcasting.com/artifacts/org.phenopackets/phenopacket-schema/
implementation ("org.phenopackets:phenopacket-schema:0.4.0")
'org.phenopackets:phenopacket-schema:jar:0.4.0'
<dependency org="org.phenopackets" name="phenopacket-schema" rev="0.4.0">
<artifact name="phenopacket-schema" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.phenopackets', module='phenopacket-schema', version='0.4.0')
)
libraryDependencies += "org.phenopackets" % "phenopacket-schema" % "0.4.0"
[org.phenopackets/phenopacket-schema "0.4.0"]