๐ฆRepository
repository.visoftware.dev 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>
Last updated