swim-io-warp
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>org.swimos</groupId>
<artifactId>swim-io-warp</artifactId>
<version>4.3.15</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.swimos</groupId>
<artifactId>swim-io-warp</artifactId>
<version>4.3.15</version>
<name>swim-io-warp</name>
<description>WARP socket modem for multiplexing and concurrently transporting prioritized, explicitly flow-controlled WARP treams over a network, without blocking or intermediate buffering</description>
<url>https://github.com/swimos/swim/tree/main/swim-java/swim-runtime/swim-core/swim.io.warp</url>
<licenses>
<license>
<name>The Apache Software License, Version 2.0</name>
<url>https://www.apache.org/licenses/LICENSE-2.0.txt</url>
</license>
</licenses>
<developers>
<developer>
<id>c9r</id>
<name>Chris Sachs</name>
<email>chris@swimos.org</email>
</developer>
</developers>
<scm>
<connection>scm:git:https://github.com/swimos/swim.git</connection>
<developerConnection>scm:git:git@github.com:swimos/swim.git</developerConnection>
<url>https://github.com/swimos/swim</url>
</scm>
<properties>
<git.commit>46592f18e165e7a4a6922fd18470666689f3eae5</git.commit>
</properties>
<dependencies>
<dependency>
<groupId>org.swimos</groupId>
<artifactId>swim-codec</artifactId>
<version>4.3.15</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.swimos</groupId>
<artifactId>swim-uri</artifactId>
<version>4.3.15</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.swimos</groupId>
<artifactId>swim-http</artifactId>
<version>4.3.15</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.swimos</groupId>
<artifactId>swim-ws</artifactId>
<version>4.3.15</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.swimos</groupId>
<artifactId>swim-warp</artifactId>
<version>4.3.15</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.swimos</groupId>
<artifactId>swim-io</artifactId>
<version>4.3.15</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.swimos</groupId>
<artifactId>swim-io-http</artifactId>
<version>4.3.15</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.swimos</groupId>
<artifactId>swim-io-ws</artifactId>
<version>4.3.15</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.swimos</groupId>
<artifactId>swim-util</artifactId>
<version>4.3.15</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.swimos</groupId>
<artifactId>swim-concurrent</artifactId>
<version>4.3.15</version>
<scope>runtime</scope>
</dependency>
</dependencies>
</project>