Last Version

Resource4J 3.3.0

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

License

License

GroupId

GroupId

com.github.resource4j
ArtifactId

ArtifactId

resource4j-parent
Version

Version

3.3.0
Type

Type

pom
Description

Description

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

Project URL

https://github.com/resource4j/resource4j

Download resource4j-parent 3.3.0


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

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

  • converters
  • core
  • integration