This repository was archived by the owner on Jul 4, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
Maven_Dependencies
Leonhard edited this page Sep 16, 2020
·
14 revisions
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>2020 - SimplixSoftworks
- Introduction
- Getting started
- Maven Dependencies
- How to use the Dependency-Injection
- Localization
- Listener API
- SQL
- Libraries
- Utilities
- Contribute