shexml-streaming_3
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>com.herminiogarcia</groupId>
<artifactId>shexml-streaming_3</artifactId>
<version>0.0.1</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>shexml-streaming_3</artifactId>
<packaging>jar</packaging>
<description>A streaming wrapper for ShExML with support for asynchronous data streams.</description>
<url>https://github.com/herminiogg/shexml-streaming</url>
<version>0.0.1</version>
<licenses>
<license>
<name>MIT License</name>
<url>https://opensource.org/licenses/MIT</url>
<distribution>repo</distribution>
</license>
</licenses>
<name>shexml-streaming</name>
<organization>
<name>herminiogarcia</name>
<url>https://herminiogarcia.com</url>
</organization>
<scm>
<url>https://github.com/herminiogg/shexml-streaming</url>
<connection>scm:git@github.com:herminiogg/shexml-streaming.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.3.6</version>
</dependency>
<dependency>
<groupId>info.picocli</groupId>
<artifactId>picocli</artifactId>
<version>4.7.7</version>
</dependency>
<dependency>
<groupId>com.herminiogarcia</groupId>
<artifactId>shexml_3</artifactId>
<version>0.6.1</version>
</dependency>
<dependency>
<groupId>com.softwaremill.sttp.client4</groupId>
<artifactId>core_3</artifactId>
<version>4.0.9</version>
</dependency>
<dependency>
<groupId>com.softwaremill.sttp.client4</groupId>
<artifactId>monix_3</artifactId>
<version>4.0.9</version>
</dependency>
<dependency>
<groupId>io.monix</groupId>
<artifactId>monix_3</artifactId>
<version>3.4.0</version>
</dependency>
<dependency>
<groupId>io.reactivex.rxjava3</groupId>
<artifactId>rxjava</artifactId>
<version>3.1.8</version>
</dependency>
<dependency>
<groupId>com.typesafe.scala-logging</groupId>
<artifactId>scala-logging_3</artifactId>
<version>3.9.5</version>
</dependency>
<dependency>
<groupId>org.scalatest</groupId>
<artifactId>scalatest_3</artifactId>
<version>3.2.9</version>
<scope>test</scope>
</dependency>
</dependencies>
</project>