MVN

eu.cloudnetservice.cloudnet : syncproxy

Maven & Gradle

Jul 09, 2023
377 stars

syncproxy · A modern application that can dynamically and easily deliver Minecraft oriented software

<dependency>
    <groupId>eu.cloudnetservice.cloudnet</groupId>
    <artifactId>syncproxy</artifactId>
    <version>4.0.0-RC9</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of eu.cloudnetservice.cloudnet : syncproxy to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 4.0.0-RC9
  • Latest Release Candidate: 4.0.0-RC9

All Versions

Choose a version of eu.cloudnetservice.cloudnet : syncproxy to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
4.0.x
syncproxy-4.0.0-RC9
syncproxy-4.0.0-RC8
syncproxy-4.0.0-RC7
syncproxy-4.0.0-RC6
syncproxy-4.0.0-RC5
syncproxy-4.0.0-RC4
syncproxy-4.0.0-RC3
syncproxy-4.0.0-RC2
syncproxy-4.0.0-RC1

How to add a dependency to Maven

Add the following eu.cloudnetservice.cloudnet : syncproxy maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>eu.cloudnetservice.cloudnet</groupId>
    <artifactId>syncproxy</artifactId>
    <version>4.0.0-RC9</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following eu.cloudnetservice.cloudnet : syncproxy gradle dependency to your build.gradle file:

implementation 'eu.cloudnetservice.cloudnet:syncproxy:4.0.0-RC9'

Gradle Kotlin DSL: Add the following eu.cloudnetservice.cloudnet : syncproxy gradle kotlin dependency to your build.gradle.kts file:

implementation("eu.cloudnetservice.cloudnet:syncproxy:4.0.0-RC9")

How to add a dependency to SBT Scala

SBT Scala: Add the following eu.cloudnetservice.cloudnet : syncproxy sbt scala dependency to your build.sbt file:

libraryDependencies += "eu.cloudnetservice.cloudnet" % "syncproxy" % "4.0.0-RC9"

Advertisement