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