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