Skip to content
This repository was archived by the owner on Jul 4, 2022. It is now read-only.

Maven_Dependencies

Leonhard edited this page Sep 16, 2020 · 14 revisions

Maven Dependencies

This lists all maven modules that are used in the SimplixCore

Repository:

<repository>
  <id>simplixsoft-public</id>
  <url>https://repo.simplix.dev/repository/simplixsoft-public/</url>
</repository>

Common

common-api

<dependency>
  <groupId>dev.simplix.core</groupId>
  <artifactId>simplixcore-common-api</artifactId>
  <version>1.0.0-SNAPSHOT</version>
  <!-- <scope>compile/provided</scope> -->
</dependency>

common-implementation

<dependency>
  <groupId>dev.simplix.core</groupId>
  <artifactId>simplixcore-common-implementation</artifactId>
  <version>1.0.0-SNAPSHOT</version>
  <!-- <scope>compile/provided</scope> -->
</dependency>

common-tests

<dependency>
  <groupId>dev.simplix.core</groupId>
  <artifactId>simplixcore-common-tests</artifactId>
  <version>1.0-SNAPSHOT</version>
</dependency>

Config

<dependency>
  <groupId>dev.simplix.core</groupId>
  <artifactId>simplixcore-config</artifactId>
  <version>1.0-SNAPSHOT</version>
  <!-- <scope>compile/provided</scope> -->
</dependency>

Http

Database

<dependency>
  <groupId>dev.simplix.core</groupId>
  <artifactId>simplixcore-http</artifactId>
  <version>1.0-SNAPSHOT</version>
  <!-- <scope>compile/provided</scope> -->
</dependency>

SQL

<dependency>
  <groupId>dev.simplix.core</groupId>
  <artifactId>simplixcore-database-sql</artifactId>
  <version>1.0-SNAPSHOT</version>
  <!-- <scope>compile/provided</scope> -->
</dependency>

Minecraft

minecraft-api

<dependency>
  <groupId>dev.simplix.core</groupId>
  <artifactId>simplixcore-mineacraft-api</artifactId>
  <version>1.0-SNAPSHOT</version>
  <!-- <scope>compile/provided</scope> -->
</dependency>

minecraft-bungeecord

minecraft-bungeecord-dynamiccommands
<dependency>
  <groupId>dev.simplix.core</groupId>
  <artifactId>simplixcore-minecraft-bungeecord-dynamiccommands</artifactId>
  <version>1.0-SNAPSHOT</version>
  <!-- <scope>compile/provided</scope> -->
</dependency>
minecraft-bungeecord-dynamiclisteners
<dependency>
  <groupId>dev.simplix.core</groupId>
  <artifactId>simplixcore-minecraft-bungeecord-dynamiclisteners</artifactId>
  <version>1.0-SNAPSHOT</version>
  <!-- <scope>compile/provided</scope> -->
</dependency>
minecraft-bungeecord-implementation
<dependency>
  <groupId>dev.simplix.core</groupId>
  <artifactId>simplixcore-minecraft-bungeecord-implementation</artifactId>
  <version>1.0-SNAPSHOT</version>
  <!-- <scope>compile/provided</scope> -->
</dependency>
minecraft-bungeecord-plugin
<dependency>
  <groupId>dev.simplix.core</groupId>
  <artifactId>simplixcore-minecraft-bungeecord-plugin</artifactId>
  <version>1.0-SNAPSHOT</version>
  <!-- <scope>compile/provided</scope> -->
</dependency>
minecraft-bungeecord-quickstart
<dependency>
  <groupId>dev.simplix.core</groupId>
  <artifactId>simplixcore-minecraft-bungeecord-quickstart</artifactId>
  <version>1.0-SNAPSHOT</version>
  <!-- <scope>compile/provided</scope> -->
</dependency>
minecraft-bungeecord-slf4j
<dependency>
  <groupId>dev.simplix.core</groupId>
  <artifactId>simplixcore-minecraft-bungeecord-slf4j</artifactId>
  <version>1.0-SNAPSHOT</version>
  <!-- <scope>compile/provided</scope> -->
</dependency>
minecraft-bungeecord-tests
<dependency>
  <groupId>dev.simplix.core</groupId>
  <artifactId>simplixcore-minecraft-bungeecord-test</artifactId>
  <version>1.0-SNAPSHOT</version>
  <!-- <scope>compile/provided</scope> -->
</dependency>

minecraft-spigot

minecraft-spigot-dynamiccommands
<dependency>
  <groupId>dev.simplix.core</groupId>
  <artifactId>simplixcore-minecraft-spigot-dynamiccommands</artifactId>
  <version>1.0-SNAPSHOT</version>
  <!-- <scope>compile/provided</scope> -->
</dependency>
minecraft-spigot-dynamiclisteners
<dependency>
  <groupId>dev.simplix.core</groupId>
  <artifactId>simplixcore-minecraft-spigot-dynamiclisteners</artifactId>
  <version>1.0-SNAPSHOT</version>
  <!-- <scope>compile/provided</scope> -->
</dependency>
minecraft-spigot-implementation
<dependency>
  <groupId>dev.simplix.core</groupId>
  <artifactId>simplixcore-minecraft-spigot-implementation</artifactId>
  <version>1.0-SNAPSHOT</version>
  <!-- <scope>compile/provided</scope> -->
</dependency>
minecraft-spigot-plugin
<dependency>
  <groupId>dev.simplix.core</groupId>
  <artifactId>simplixcore-minecraft-spigot-plugin</artifactId>
  <version>1.0-SNAPSHOT</version>
  <!-- <scope>compile/provided</scope> -->
</dependency>
minecraft-spigot-quickstart
<dependency>
  <groupId>dev.simplix.core</groupId>
  <artifactId>simplixcore-minecraft-spigot-quickstart</artifactId>
  <version>1.0-SNAPSHOT</version>
  <!-- <scope>compile/provided</scope> -->
</dependency>
minecraft-spigot-tests
<dependency>
  <groupId>dev.simplix.core</groupId>
  <artifactId>simplixcore-minecraft-spigot-tests</artifactId>
  <version>1.0-SNAPSHOT</version>
  <!-- <scope>compile/provided</scope> -->
</dependency>

Clone this wiki locally