License |
License |
---|---|
GroupId | GroupIdcom.github.resource4j |
ArtifactId | ArtifactIdresource4j-example-server |
Last Version | Last Version2.0.2 |
Release Date | Release Date |
Type | Typewar |
Description |
DescriptionResource4J Spring/Thymeleaf Example
Simple Java library for loading localization resources and accessing them in convenient way via internal DSL.
|
<!-- https://jarcasting.com/artifacts/com.github.resource4j/resource4j-example-server/ -->
<dependency>
<groupId>com.github.resource4j</groupId>
<artifactId>resource4j-example-server</artifactId>
<version>2.0.2</version>
<type>war</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.resource4j/resource4j-example-server/
implementation 'com.github.resource4j:resource4j-example-server:2.0.2'
// https://jarcasting.com/artifacts/com.github.resource4j/resource4j-example-server/
implementation ("com.github.resource4j:resource4j-example-server:2.0.2")
'com.github.resource4j:resource4j-example-server:war:2.0.2'
<dependency org="com.github.resource4j" name="resource4j-example-server" rev="2.0.2">
<artifact name="resource4j-example-server" type="war" />
</dependency>
@Grapes(
@Grab(group='com.github.resource4j', module='resource4j-example-server', version='2.0.2')
)
libraryDependencies += "com.github.resource4j" % "resource4j-example-server" % "2.0.2"
[com.github.resource4j/resource4j-example-server "2.0.2"]
Group / Artifact | Type | Version |
---|---|---|
javax.inject : javax.inject | jar | 1 |
com.github.resource4j : resource4j-core | jar | 2.0.2 |
org.slf4j : slf4j-api | jar | 1.7.5 |
org.springframework : spring-context | jar | 4.0.3.RELEASE |
com.github.resource4j : resource4j-spring | jar | 2.0.2 |
org.springframework : spring-webmvc | jar | 4.0.3.RELEASE |
org.thymeleaf : thymeleaf-spring3 | jar | 2.1.1.RELEASE |
Group / Artifact | Type | Version |
---|---|---|
javax.servlet : javax.servlet-api | jar | 3.0.1 |
Group / Artifact | Type | Version |
---|---|---|
org.slf4j : jcl-over-slf4j | jar | 1.7.5 |
ch.qos.logback : logback-classic | jar | 1.0.13 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.11 |