License |
License |
---|---|
GroupId | GroupIdcom.github.resource4j |
ArtifactId | ArtifactIdresource4j-parent |
Last Version | Last Version3.3.0 |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionResource4J
Simple Java library for loading localization resources and accessing them in convenient way via internal DSL.
|
Project URL |
Project URL |
Filename | Size |
---|---|
resource4j-parent-3.3.0.pom | 5 KB |
Browse |
<!-- 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"]