algebra_3
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>org.endpoints4s</groupId>
<artifactId>algebra_3</artifactId>
<version>1.12.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>org.endpoints4s</groupId>
<artifactId>algebra_3</artifactId>
<packaging>jar</packaging>
<description>algebra</description>
<url>https://github.com/endpoints4s/endpoints4s</url>
<version>1.12.1</version>
<licenses>
<license>
<name>MIT License</name>
<url>http://opensource.org/licenses/mit-license.php</url>
<distribution>repo</distribution>
</license>
</licenses>
<name>algebra</name>
<organization>
<name>org.endpoints4s</name>
<url>https://github.com/endpoints4s/endpoints4s</url>
</organization>
<scm>
<url>https://github.com/endpoints4s/endpoints4s</url>
<connection>scm:git:https://github.com/endpoints4s/endpoints4s.git</connection>
<developerConnection>scm:git:git@github.com:endpoints4s/endpoints4s.git</developerConnection>
</scm>
<developers>
<developer>
<id>julienrf</id>
<name>Julien Richard-Foy</name>
<url>http://julien.richard-foy.fr</url>
</developer>
</developers>
<properties>
<info.apiURL>http://endpoints4s.github.io/api</info.apiURL>
<info.versionScheme>early-semver</info.versionScheme>
</properties>
<dependencies>
<dependency>
<groupId>org.endpoints4s</groupId>
<artifactId>algebra-json-schema_3</artifactId>
<version>1.12.1</version>
</dependency>
<dependency>
<groupId>org.scala-lang</groupId>
<artifactId>scala3-library_3</artifactId>
<version>3.3.3</version>
</dependency>
</dependencies>
</project>