is not current version
Last Version 3.3.0

com.github.resource4j:resource4j-parent 3.1.4

Simple Java library for loading localization resources and accessing them in convenient way via internal DSL.

GroupId

GroupId

com.github.resource4j
ArtifactId

ArtifactId

resource4j-parent
Version

Version

3.1.4
Type

Type

pom

Download resource4j-parent 3.1.4


<!-- https://jarcasting.com/artifacts/com.github.resource4j/resource4j-parent/ -->
<dependency>
    <groupId>com.github.resource4j</groupId>
    <artifactId>resource4j-parent</artifactId>
    <version>3.1.4</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.resource4j/resource4j-parent/
implementation 'com.github.resource4j:resource4j-parent:3.1.4'
// https://jarcasting.com/artifacts/com.github.resource4j/resource4j-parent/
implementation ("com.github.resource4j:resource4j-parent:3.1.4")
'com.github.resource4j:resource4j-parent:pom:3.1.4'
<dependency org="com.github.resource4j" name="resource4j-parent" rev="3.1.4">
  <artifact name="resource4j-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.resource4j', module='resource4j-parent', version='3.1.4')
)
libraryDependencies += "com.github.resource4j" % "resource4j-parent" % "3.1.4"
[com.github.resource4j/resource4j-parent "3.1.4"]