tapschema
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>org.javastro.ivoa.dm</groupId> <artifactId>tapschema</artifactId> <version>0.9.1</version> </dependency>
<?xml version="1.0" encoding="UTF-8"?> <project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <!-- This module was also published with a richer model, Gradle metadata, --> <!-- which should be used instead. Do not delete the following line which --> <!-- is to indicate to Gradle or any Gradle module metadata file consumer --> <!-- that they should prefer consuming it instead. --> <!-- do_not_remove: published-with-gradle-metadata --> <modelVersion>4.0.0</modelVersion> <groupId>org.javastro.ivoa.dm</groupId> <artifactId>tapschema</artifactId> <version>0.9.1</version> <name>TAP Schema Data Model</name> <description>A VO-DML defined model for the TAP Schema</description> <url>https://www.ivoa.net/documents/TAP/</url> <licenses> <license> <name>The Apache License, Version 2.0</name> <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url> </license> </licenses> <developers> <developer> <id>pahjbo</id> <name>Paul Harrison</name> <email>paul.harrison@manchester.ac.uk</email> </developer> </developers> <scm> <connection>scm:git:git://github.com/ivoa/TAPSchemaDM.git</connection> <developerConnection>scm:git:ssh://github.com/ivoa/TAPSchemaDM.git</developerConnection> <url>https://github.com/ivoa/TAPSchemaDM</url> </scm> <dependencies> <dependency> <groupId>org.javastro.ivoa.vo-dml</groupId> <artifactId>vodml-runtime</artifactId> <version>0.8.8</version> <scope>compile</scope> </dependency> <dependency> <groupId>jakarta.xml.bind</groupId> <artifactId>jakarta.xml.bind-api</artifactId> <version>4.0.0</version> <scope>compile</scope> </dependency> <dependency> <groupId>org.glassfish.jaxb</groupId> <artifactId>jaxb-runtime</artifactId> <version>4.0.5</version> <scope>compile</scope> </dependency> <dependency> <groupId>org.hibernate.orm</groupId> <artifactId>hibernate-core</artifactId> <version>6.5.3.Final</version> <scope>compile</scope> </dependency> <dependency> <groupId>com.fasterxml.jackson.core</groupId> <artifactId>jackson-databind</artifactId> <version>2.15.1</version> <scope>compile</scope> </dependency> <dependency> <groupId>org.eclipse.microprofile.openapi</groupId> <artifactId>microprofile-openapi-api</artifactId> <version>2.0.1</version> <scope>compile</scope> </dependency> <dependency> <groupId>org.javastro.ivoa.vo-dml</groupId> <artifactId>ivoa-base</artifactId> <version>1.0-SNAPSHOT</version> <scope>compile</scope> </dependency> <dependency> <groupId>org.slf4j</groupId> <artifactId>slf4j-api</artifactId> <version>1.7.32</version> <scope>runtime</scope> </dependency> </dependencies> </project>