Maven_Dependencies - Simplix-Softworks/SimplixCore GitHub Wiki
This lists all maven modules that are used in the SimplixCore
<repository>
<id>simplixsoft-public</id>
<url>https://repo.simplix.dev/repository/simplixsoft-public/</url>
</repository><dependency>
<groupId>dev.simplix.core</groupId>
<artifactId>simplixcore-common-api</artifactId>
<version>1.0.0-SNAPSHOT</version>
<!-- <scope>compile/provided</scope> -->
</dependency><dependency>
<groupId>dev.simplix.core</groupId>
<artifactId>simplixcore-common-implementation</artifactId>
<version>1.0.0-SNAPSHOT</version>
<!-- <scope>compile/provided</scope> -->
</dependency><dependency>
<groupId>dev.simplix.core</groupId>
<artifactId>simplixcore-common-tests</artifactId>
<version>1.0-SNAPSHOT</version>
</dependency><dependency>
<groupId>dev.simplix.core</groupId>
<artifactId>simplixcore-config</artifactId>
<version>1.0-SNAPSHOT</version>
<!-- <scope>compile/provided</scope> -->
</dependency><dependency>
<groupId>dev.simplix.core</groupId>
<artifactId>simplixcore-http</artifactId>
<version>1.0-SNAPSHOT</version>
<!-- <scope>compile/provided</scope> -->
</dependency><dependency>
<groupId>dev.simplix.core</groupId>
<artifactId>simplixcore-database-sql</artifactId>
<version>1.0-SNAPSHOT</version>
<!-- <scope>compile/provided</scope> -->
</dependency><dependency>
<groupId>dev.simplix.core</groupId>
<artifactId>simplixcore-mineacraft-api</artifactId>
<version>1.0-SNAPSHOT</version>
<!-- <scope>compile/provided</scope> -->
</dependency><dependency>
<groupId>dev.simplix.core</groupId>
<artifactId>simplixcore-minecraft-bungeecord-dynamiccommands</artifactId>
<version>1.0-SNAPSHOT</version>
<!-- <scope>compile/provided</scope> -->
</dependency><dependency>
<groupId>dev.simplix.core</groupId>
<artifactId>simplixcore-minecraft-bungeecord-dynamiclisteners</artifactId>
<version>1.0-SNAPSHOT</version>
<!-- <scope>compile/provided</scope> -->
</dependency><dependency>
<groupId>dev.simplix.core</groupId>
<artifactId>simplixcore-minecraft-bungeecord-implementation</artifactId>
<version>1.0-SNAPSHOT</version>
<!-- <scope>compile/provided</scope> -->
</dependency><dependency>
<groupId>dev.simplix.core</groupId>
<artifactId>simplixcore-minecraft-bungeecord-plugin</artifactId>
<version>1.0-SNAPSHOT</version>
<!-- <scope>compile/provided</scope> -->
</dependency><dependency>
<groupId>dev.simplix.core</groupId>
<artifactId>simplixcore-minecraft-bungeecord-quickstart</artifactId>
<version>1.0-SNAPSHOT</version>
<!-- <scope>compile/provided</scope> -->
</dependency><dependency>
<groupId>dev.simplix.core</groupId>
<artifactId>simplixcore-minecraft-bungeecord-slf4j</artifactId>
<version>1.0-SNAPSHOT</version>
<!-- <scope>compile/provided</scope> -->
</dependency><dependency>
<groupId>dev.simplix.core</groupId>
<artifactId>simplixcore-minecraft-bungeecord-test</artifactId>
<version>1.0-SNAPSHOT</version>
<!-- <scope>compile/provided</scope> -->
</dependency><dependency>
<groupId>dev.simplix.core</groupId>
<artifactId>simplixcore-minecraft-spigot-dynamiccommands</artifactId>
<version>1.0-SNAPSHOT</version>
<!-- <scope>compile/provided</scope> -->
</dependency><dependency>
<groupId>dev.simplix.core</groupId>
<artifactId>simplixcore-minecraft-spigot-dynamiclisteners</artifactId>
<version>1.0-SNAPSHOT</version>
<!-- <scope>compile/provided</scope> -->
</dependency><dependency>
<groupId>dev.simplix.core</groupId>
<artifactId>simplixcore-minecraft-spigot-implementation</artifactId>
<version>1.0-SNAPSHOT</version>
<!-- <scope>compile/provided</scope> -->
</dependency><dependency>
<groupId>dev.simplix.core</groupId>
<artifactId>simplixcore-minecraft-spigot-plugin</artifactId>
<version>1.0-SNAPSHOT</version>
<!-- <scope>compile/provided</scope> -->
</dependency><dependency>
<groupId>dev.simplix.core</groupId>
<artifactId>simplixcore-minecraft-spigot-quickstart</artifactId>
<version>1.0-SNAPSHOT</version>
<!-- <scope>compile/provided</scope> -->
</dependency><dependency>
<groupId>dev.simplix.core</groupId>
<artifactId>simplixcore-minecraft-spigot-tests</artifactId>
<version>1.0-SNAPSHOT</version>
<!-- <scope>compile/provided</scope> -->
</dependency>