quasar-core
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>com.hiddenswitch</groupId> <artifactId>quasar-core</artifactId> <version>10.0.6</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"> <modelVersion>4.0.0</modelVersion> <groupId>com.hiddenswitch</groupId> <artifactId>quasar-core</artifactId> <version>10.0.6</version> <name>quasar-core</name> <description>The core library for Fibers on Java, compatible with Java 11-16. Forked from puniverse/quasar</description> <url>https://github.com/hiddenswitch/java-fibers</url> <licenses> <license> <name>The GNU Lesser General Public License, version 3</name> <url>http://www.gnu.org/licenses/lgpl-3.0.txt</url> <distribution>repo</distribution> </license> <license> <name>Eclipse Public License - v 1.0</name> <url>http://www.eclipse.org/legal/epl-v10.html</url> <distribution>repo</distribution> </license> </licenses> <developers> <developer> <id>doctorpangloss</id> <name>Benjamin Berman</name> <email>ben@hiddenswitch.com</email> </developer> </developers> <scm> <connection>scm:git:github.com/hiddenswitch/java-fibers.git</connection> <developerConnection>scm:git:ssh://github.com/hiddenswitch/java-fibers.git</developerConnection> <url>https://github.com/hiddenswitch/java-fibers/tree/master</url> </scm> </project>