r

rox-java-server

ROX - Continuous Feature Rollouts
https://rollout.io
The Apache License, Version 2.0
elad
文件下载
文件名 操作
rox-java-server-5.0.6.jar 下载
rox-java-server-5.0.6.pom 下载
rox-java-server-5.0.6-sources.jar 下载
Apache Maven
<dependency>
  <groupId>io.rollout.rox</groupId>
  <artifactId>rox-java-server</artifactId>
  <version>5.0.6</version>
</dependency>
Gradle Groovy
implementation 'io.rollout.rox:rox-java-server:5.0.6'
Gradle Kotlin
implementation("io.rollout.rox:rox-java-server:5.0.6")
Scala SBT
libraryDependencies += "io.rollout.rox" % "rox-java-server" % "5.0.6"
Groovy Grape
@Grapes(
  @Grab(group='io.rollout.rox', module='rox-java-server', version='5.0.6')
)
Apache Ivy
<dependency org="io.rollout.rox" name="rox-java-server" rev="5.0.6" />
Leiningen
[io.rollout.rox/rox-java-server "5.0.6"]
Apache Buildr
'io.rollout.rox:rox-java-server:jar:5.0.6'