r

resourcebundle

DB resource bundle
Files download
File Operation
resourcebundle-1.5.1.jar download
resourcebundle-1.5.1.pom download
resourcebundle-1.5.1-sources.jar download
Apache Maven
<dependency>
  <groupId>com.trigyn</groupId>
  <artifactId>resourcebundle</artifactId>
  <version>1.5.1</version>
</dependency>
Gradle Groovy
implementation 'com.trigyn:resourcebundle:1.5.1'
Gradle Kotlin
implementation("com.trigyn:resourcebundle:1.5.1")
Scala SBT
libraryDependencies += "com.trigyn" % "resourcebundle" % "1.5.1"
Groovy Grape
@Grapes(
  @Grab(group='com.trigyn', module='resourcebundle', version='1.5.1')
)
Apache Ivy
<dependency org="com.trigyn" name="resourcebundle" rev="1.5.1" />
Leiningen
[com.trigyn/resourcebundle "1.5.1"]
Apache Buildr
'com.trigyn:resourcebundle:jar:1.5.1'