GroupId | GroupIdorg.javastro |
---|---|
ArtifactId | ArtifactIdivoa-schema |
Version | Version0.9 |
Type | Typejar |
Filename | Size |
---|---|
ivoa-schema-0.9.pom | |
ivoa-schema-0.9.jar | 218 KB |
ivoa-schema-0.9-sources.jar | 212 KB |
ivoa-schema-0.9-javadoc.jar | 69 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.javastro/ivoa-schema/ -->
<dependency>
<groupId>org.javastro</groupId>
<artifactId>ivoa-schema</artifactId>
<version>0.9</version>
</dependency>
// https://jarcasting.com/artifacts/org.javastro/ivoa-schema/
implementation 'org.javastro:ivoa-schema:0.9'
// https://jarcasting.com/artifacts/org.javastro/ivoa-schema/
implementation ("org.javastro:ivoa-schema:0.9")
'org.javastro:ivoa-schema:jar:0.9'
<dependency org="org.javastro" name="ivoa-schema" rev="0.9">
<artifact name="ivoa-schema" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.javastro', module='ivoa-schema', version='0.9')
)
libraryDependencies += "org.javastro" % "ivoa-schema" % "0.9"
[org.javastro/ivoa-schema "0.9"]