在线时间:8:00-16:00
迪恩网络APP
随时随地掌握行业动态
扫描二维码
关注迪恩网络微信公众号
开源软件名称(OpenSource Name):CloudNetService/CloudNet-v3开源软件地址(OpenSource Url):https://github.com/CloudNetService/CloudNet-v3开源编程语言(OpenSource Language):Java 98.5%开源软件介绍(OpenSource Introduction):CloudNet: The Cloud Network Environment TechnologyThe modern Minecraft service management software; easy to use, distribute, scale and extend.Adding CloudNet to your buildCloudNet is using the
To add the CloudNet dependency using gradle: repositories {
// ensure maven central is added
mavenCentral()
}
dependencies {
// optional - you can also specify versions directly
implementation platform('eu.cloudnetservice.cloudnet:bom:4.0.0')
compileOnly 'eu.cloudnetservice.cloudnet:driver'
// without bom
compileOnly 'eu.cloudnetservice.cloudnet:driver:4.0.0'
} To add the CloudNet dependency using maven: <!-- optional - you can also specify versions directly -->
<dependencyManagement>
<dependencies>
<dependency>
<groupId>eu.cloudnetservice.cloudnet</groupId>
<artifactId>bom</artifactId>
<version>4.0.0</version>
<type>pom</type>
<scope>import</scope>
</dependency>
</dependencies>
</dependencyManagement>
<dependencies>
<dependency>
<groupId>eu.cloudnetservice.cloudnet</groupId>
<artifactId>driver</artifactId>
<version>4.0.0</version> <!-- only needed when bom is not used -->
<scope>provided</scope>
</dependency>
</dependencies> SnapshotsSnapshots for CloudNet are build off the LinksCompile from sourceTo compile CloudNet you need JDK 17 and an internet connection. Then clone this repository and run Warnings
|
2023-10-27
2022-08-15
2022-08-17
2022-09-23
2022-08-13
请发表评论