r

resourcebundle

DB resource bundle
文件下载
文件名 操作
resourcebundle-1.3.4.jar 下载
resourcebundle-1.3.4.pom 下载
resourcebundle-1.3.4-sources.jar 下载
Apache Maven
<dependency>
  <groupId>com.trigyn</groupId>
  <artifactId>resourcebundle</artifactId>
  <version>1.3.4</version>
</dependency>
Gradle Groovy
implementation 'com.trigyn:resourcebundle:1.3.4'
Gradle Kotlin
implementation("com.trigyn:resourcebundle:1.3.4")
Scala SBT
libraryDependencies += "com.trigyn" % "resourcebundle" % "1.3.4"
Groovy Grape
@Grapes(
  @Grab(group='com.trigyn', module='resourcebundle', version='1.3.4')
)
Apache Ivy
<dependency org="com.trigyn" name="resourcebundle" rev="1.3.4" />
Leiningen
[com.trigyn/resourcebundle "1.3.4"]
Apache Buildr
'com.trigyn:resourcebundle:jar:1.3.4'