We are planning to delete the domain mvn.atvg-studios.com because the underlaying systems are deprecated.
Due to this we have moved our Maven Repository to a new home!
The new URL is: https://atvg-studios.pages.atvg.cloud/maven-repository (this page)
If you entered https://mvn.atvg-studios.com then we have automatically redirected you here.
This is the official Maven Repository of ATVG-Studios.
The source code of this page is available here.
In order to use the Packages available in this repository in your project you will have to add the following line to your repositories in your build.gradle.
maven { url 'https://atvg-studios.pages.atvg.cloud/maven-repository' }
After that it should look like this:
repositories { maven { url 'https://atvg-studios.pages.atvg.cloud/maven-repository' } }
If a package has a Snapshot it will be in this repository:
maven { url 'https://atvg-studios.pages.atvg.cloud/maven-repository/snapshots' }
In order to use a package just copy the provided implementation line into your dependencies in your build.gradle.
After that it should look like this:
dependencies { implementation "com.atvgstudios:klib:5.3.0" }
implementation "com.atvgstudios:klib:5.3.0"
implementation "com.atvgstudios.cosnixdb:cosnixdb:1.0.0"
implementation "com.atvgstudios.cosnixdb:faradaydb:3.1.0"
implementation "org.anjocaido:groupmanager:0.2.0"
implementation "org.spigotmc:spigot:1.15.1"
implementation "org.processing:core:3.5.4"
implementation "org.processing:sound:2.2.0"
implementation "org.processing:video:1.0.1"