r

resourcebundle-core

The resourcebundle-core project can inspect projects of unused properties keys or duplicate keys
https://github.com/astrapi69/resourcebundle-core
MIT License
Asterios Raptis
Asterios Raptis
Files download
File Operation
resourcebundle-core-5.jar download
resourcebundle-core-5.pom download
resourcebundle-core-5-sources.jar download
Apache Maven
<dependency>
  <groupId>io.github.astrapi69</groupId>
  <artifactId>resourcebundle-core</artifactId>
  <version>5</version>
</dependency>
Gradle Groovy
implementation 'io.github.astrapi69:resourcebundle-core:5'
Gradle Kotlin
implementation("io.github.astrapi69:resourcebundle-core:5")
Scala SBT
libraryDependencies += "io.github.astrapi69" % "resourcebundle-core" % "5"
Groovy Grape
@Grapes(
  @Grab(group='io.github.astrapi69', module='resourcebundle-core', version='5')
)
Apache Ivy
<dependency org="io.github.astrapi69" name="resourcebundle-core" rev="5" />
Leiningen
[io.github.astrapi69/resourcebundle-core "5"]
Apache Buildr
'io.github.astrapi69:resourcebundle-core:jar:5'