petradb-engine_sjs1_3
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>io.github.edadma</groupId>
<artifactId>petradb-engine_sjs1_3</artifactId>
<version>1.1.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>io.github.edadma</groupId>
<artifactId>petradb-engine_sjs1_3</artifactId>
<packaging>jar</packaging>
<description>Project description here</description>
<url>https://github.com/edadma/petradb</url>
<version>1.1.1</version>
<licenses>
<license>
<name>ISC</name>
<url>https://opensource.org/licenses/ISC</url>
<distribution>repo</distribution>
</license>
</licenses>
<name>petradb-engine</name>
<organization>
<name>edadma</name>
<url>https://github.com/edadma</url>
</organization>
<scm>
<url>https://github.com/edadma/petradb</url>
<connection>scm:git@github.com:edadma/petradb.git</connection>
</scm>
<developers>
<developer>
<id>edadma</id>
<name>Edward A. Maxedon, Sr.</name>
<url>https://github.com/edadma</url>
<email>edadma@gmail.com</email>
</developer>
</developers>
<properties>
<info.versionScheme>semver-spec</info.versionScheme>
</properties>
<dependencies>
<dependency>
<groupId>io.github.edadma</groupId>
<artifactId>petradb-shared_sjs1_3</artifactId>
<version>1.1.1</version>
</dependency>
<dependency>
<groupId>org.scala-lang</groupId>
<artifactId>scala3-library_sjs1_3</artifactId>
<version>3.8.1</version>
</dependency>
<dependency>
<groupId>org.scala-js</groupId>
<artifactId>scalajs-library_2.13</artifactId>
<version>1.20.2</version>
</dependency>
<dependency>
<groupId>org.scala-js</groupId>
<artifactId>scalajs-test-bridge_2.13</artifactId>
<version>1.20.2</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>io.github.edadma</groupId>
<artifactId>dllist_sjs1_3</artifactId>
<version>0.0.6</version>
</dependency>
<dependency>
<groupId>io.github.edadma</groupId>
<artifactId>bptree_sjs1_3</artifactId>
<version>0.0.3</version>
</dependency>
<dependency>
<groupId>io.github.edadma</groupId>
<artifactId>cross_platform_sjs1_3</artifactId>
<version>0.1.3</version>
</dependency>
<dependency>
<groupId>io.github.edadma</groupId>
<artifactId>stow_sjs1_3</artifactId>
<version>0.0.2</version>
</dependency>
<dependency>
<groupId>io.github.edadma</groupId>
<artifactId>table_sjs1_3</artifactId>
<version>0.0.4</version>
</dependency>
<dependency>
<groupId>io.github.edadma</groupId>
<artifactId>importer_sjs1_3</artifactId>
<version>0.1.1</version>
</dependency>
<dependency>
<groupId>com.lihaoyi</groupId>
<artifactId>fastparse_sjs1_3</artifactId>
<version>3.1.1</version>
</dependency>
<dependency>
<groupId>org.scalatest</groupId>
<artifactId>scalatest_sjs1_3</artifactId>
<version>3.2.19</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.lihaoyi</groupId>
<artifactId>pprint_sjs1_3</artifactId>
<version>0.9.3</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>io.github.cquiroz</groupId>
<artifactId>scala-java-time-tzdb_sjs1_3</artifactId>
<version>2.6.0</version>
</dependency>
</dependencies>
</project>