| GroupId | GroupIdorg.phenopackets |
|---|---|
| ArtifactId | ArtifactIdphenopacket-schema |
| Version | Version1.0.0-RC4 |
| Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.phenopackets/phenopacket-schema/ -->
<dependency>
<groupId>org.phenopackets</groupId>
<artifactId>phenopacket-schema</artifactId>
<version>1.0.0-RC4</version>
</dependency>
// https://jarcasting.com/artifacts/org.phenopackets/phenopacket-schema/
implementation 'org.phenopackets:phenopacket-schema:1.0.0-RC4'
// https://jarcasting.com/artifacts/org.phenopackets/phenopacket-schema/
implementation ("org.phenopackets:phenopacket-schema:1.0.0-RC4")
'org.phenopackets:phenopacket-schema:jar:1.0.0-RC4'
<dependency org="org.phenopackets" name="phenopacket-schema" rev="1.0.0-RC4">
<artifact name="phenopacket-schema" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.phenopackets', module='phenopacket-schema', version='1.0.0-RC4')
)
libraryDependencies += "org.phenopackets" % "phenopacket-schema" % "1.0.0-RC4"
[org.phenopackets/phenopacket-schema "1.0.0-RC4"]