r

ratis-resource-bundle

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