VI Software
  • VI Software
    • ๐Ÿง‘โ€๐Ÿคโ€๐Ÿง‘Contributors
    • ๐Ÿ’ปPlatform Infrastructure
    • ๐Ÿ“ฆRepository
  • VIS Launcher
    • โ„น๏ธAbout VIS Launcher
    • ๐Ÿ“’Privacy Policy
    • ๐ŸŽฎDownload and Installation of the Launcher on Windows
    • ๐ŸŽฎDownload and Installation of the Launcher on Linux-Based Systems (amd64)
    • โš ๏ธError while attempting to connect to VI Software Background Services
    • Exit codes
  • VIS Yggdrasil Auth
    • For server administrators
      • ๐Ÿ’ปSetup a server on Linux (Pterodactyl)
      • ๐Ÿ’ปSetup a server on Linux
  • VIS Skins
    • ๐Ÿ“”Terms of Use
    • ๐Ÿ’ปAPI
  • Guidelines
    • ๐Ÿ“”Terms of Service
    • ๐Ÿ“”Privacy Policy
    • ๐Ÿ“”Code of Conduct
    • ๐Ÿ“”Platform License Agreement
    • ๐Ÿ“”Contribution Guidelines
    • ๐Ÿ“”Contributor License Agreement
    • ๐Ÿ“”Fair Use Policy
Powered by GitBook
On this page
  1. VI Software

Repository

Last updated 18 days ago

is the central Maven repository where we publish all the tools and libraries that power the VI Software platform. Whether itโ€™s agents, utilities, or integrations, youโ€™ll find the packages here to include in your projects.

Example: Using Artiferrium

Artiferrium is one of the main server agents we provide to help sync and manage server artifacts like builds, configs, and mods.

To add Artiferrium to your project, add the repository:

<repository>
  <id>visoftware-repo</id>
  <url>https://repository.visoftware.dev/dev/visoftware/artiferrium/</url>
</repository>

Then add the dependency:

<dependency>
  <groupId>dev.visoftware</groupId>
  <artifactId>artiferrium</artifactId>
  <version>THE_VERSION_YOU_WANT_TO_USE_HERE</version>
</dependency>

๐Ÿ“ฆ
repository.visoftware.dev