xmlschema2shex_3
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>com.herminiogarcia</groupId>
<artifactId>xmlschema2shex_3</artifactId>
<version>0.1.0</version>
</dependency><?xml version='1.0' encoding='UTF-8'?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0">
<modelVersion>4.0.0</modelVersion>
<groupId>com.herminiogarcia</groupId>
<artifactId>xmlschema2shex_3</artifactId>
<packaging>jar</packaging>
<description>Converting XML Schema files to ShEx and ShExML.</description>
<url>https://github.com/herminiogg/XMLSchema2ShEx</url>
<version>0.1.0</version>
<licenses>
<license>
<name>MIT License</name>
<url>https://opensource.org/licenses/MIT</url>
<distribution>repo</distribution>
</license>
</licenses>
<name>xmlschema2shex</name>
<organization>
<name>herminiogarcia</name>
<url>https://herminiogarcia.com</url>
</organization>
<scm>
<url>https://github.com/herminiogg/XMLSchema2ShEx</url>
<connection>scm:git@github.com:herminiogg/XMLSchema2ShEx.git</connection>
</scm>
<developers>
<developer>
<id>herminiogg</id>
<name>Herminio Garcia Gonzalez</name>
<url>https://herminiogarcia.com</url>
<email>herminio@herminiogarcia.com</email>
</developer>
</developers>
<dependencies>
<dependency>
<groupId>org.scala-lang</groupId>
<artifactId>scala3-library_3</artifactId>
<version>3.2.0</version>
</dependency>
<dependency>
<groupId>org.scala-lang.modules</groupId>
<artifactId>scala-parser-combinators_3</artifactId>
<version>2.3.0</version>
</dependency>
<dependency>
<groupId>org.scalatest</groupId>
<artifactId>scalatest_3</artifactId>
<version>3.2.15</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.herminiogarcia</groupId>
<artifactId>shexml_3</artifactId>
<version>0.4.2</version>
<exclusions>
<exclusion>
<groupId>io.gatling</groupId>
<artifactId>gatling-jsonpath</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>info.picocli</groupId>
<artifactId>picocli</artifactId>
<version>4.7.3</version>
</dependency>
</dependencies>
</project>