r

resources-getbundle

Offers an object oriented way to create ResourceBundle depending on the given parameter.
https://anrisoftware.com/projects/projects/resources-getbundle
Files download
File Operation
resources-getbundle-1.17.jar download
resources-getbundle-1.17.pom download
resources-getbundle-1.17-sources.jar download
Apache Maven
<dependency>
  <groupId>com.anrisoftware.resources</groupId>
  <artifactId>resources-getbundle</artifactId>
  <version>1.17</version>
</dependency>
Gradle Groovy
implementation 'com.anrisoftware.resources:resources-getbundle:1.17'
Gradle Kotlin
implementation("com.anrisoftware.resources:resources-getbundle:1.17")
Scala SBT
libraryDependencies += "com.anrisoftware.resources" % "resources-getbundle" % "1.17"
Groovy Grape
@Grapes(
  @Grab(group='com.anrisoftware.resources', module='resources-getbundle', version='1.17')
)
Apache Ivy
<dependency org="com.anrisoftware.resources" name="resources-getbundle" rev="1.17" />
Leiningen
[com.anrisoftware.resources/resources-getbundle "1.17"]
Apache Buildr
'com.anrisoftware.resources:resources-getbundle:jar:1.17'