r

ratis-resource-bundle

licensing info for use when bundling works
Files download
File Operation
ratis-resource-bundle-2.1.0.jar download
ratis-resource-bundle-2.1.0.pom download
ratis-resource-bundle-2.1.0-sources.jar download
Apache Maven
<dependency>
  <groupId>org.apache.ratis</groupId>
  <artifactId>ratis-resource-bundle</artifactId>
  <version>2.1.0</version>
</dependency>
Gradle Groovy
implementation 'org.apache.ratis:ratis-resource-bundle:2.1.0'
Gradle Kotlin
implementation("org.apache.ratis:ratis-resource-bundle:2.1.0")
Scala SBT
libraryDependencies += "org.apache.ratis" % "ratis-resource-bundle" % "2.1.0"
Groovy Grape
@Grapes(
  @Grab(group='org.apache.ratis', module='ratis-resource-bundle', version='2.1.0')
)
Apache Ivy
<dependency org="org.apache.ratis" name="ratis-resource-bundle" rev="2.1.0" />
Leiningen
[org.apache.ratis/ratis-resource-bundle "2.1.0"]
Apache Buildr
'org.apache.ratis:ratis-resource-bundle:jar:2.1.0'