License |
License |
---|---|
GroupId | GroupIdorg.synyx |
ArtifactId | ArtifactIdmessagesource |
Last Version | Last Version0.7.1 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionsynyx Messagesource for Spring
Implementation of Springs MessageSource interface that is able to load Messages at once from
several sources like a Database (using JDBC).
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
messagesource-0.7.1.pom | |
messagesource-0.7.1.jar | 26 KB |
messagesource-0.7.1-sources.jar | 16 KB |
messagesource-0.7.1-javadoc.jar | 113 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.synyx/messagesource/ -->
<dependency>
<groupId>org.synyx</groupId>
<artifactId>messagesource</artifactId>
<version>0.7.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.synyx/messagesource/
implementation 'org.synyx:messagesource:0.7.1'
// https://jarcasting.com/artifacts/org.synyx/messagesource/
implementation ("org.synyx:messagesource:0.7.1")
'org.synyx:messagesource:jar:0.7.1'
<dependency org="org.synyx" name="messagesource" rev="0.7.1">
<artifact name="messagesource" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.synyx', module='messagesource', version='0.7.1')
)
libraryDependencies += "org.synyx" % "messagesource" % "0.7.1"
[org.synyx/messagesource "0.7.1"]
Group / Artifact | Type | Version |
---|---|---|
org.springframework : spring-jdbc | jar | 3.0.5.RELEASE |
org.springframework : spring-context-support | jar | 3.0.5.RELEASE |
org.springframework : spring-beans | jar | 3.0.5.RELEASE |
commons-logging : commons-logging-api | jar | 1.1 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.6 |
org.mockito : mockito-all | jar | 1.8.2 |
com.h2database : h2 | jar | 1.1.114 |
commons-dbcp : commons-dbcp | jar | 1.2.2 |