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.18.jar download
resources-getbundle-1.18.pom download
resources-getbundle-1.18-sources.jar download
Apache Maven
<dependency>
  <groupId>com.anrisoftware.resources</groupId>
  <artifactId>resources-getbundle</artifactId>
  <version>1.18</version>
</dependency>
Gradle Groovy
implementation 'com.anrisoftware.resources:resources-getbundle:1.18'
Gradle Kotlin
implementation("com.anrisoftware.resources:resources-getbundle:1.18")
Scala SBT
libraryDependencies += "com.anrisoftware.resources" % "resources-getbundle" % "1.18"
Groovy Grape
@Grapes(
  @Grab(group='com.anrisoftware.resources', module='resources-getbundle', version='1.18')
)
Apache Ivy
<dependency org="com.anrisoftware.resources" name="resources-getbundle" rev="1.18" />
Leiningen
[com.anrisoftware.resources/resources-getbundle "1.18"]
Apache Buildr
'com.anrisoftware.resources:resources-getbundle:jar:1.18'