| Лицензия |
Лицензия |
|---|---|
| Группа | Группаorg.synyx |
| Идентификатор | Идентификаторmessagesource |
| Последняя версия | Последняя версия0.7.1 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
Описаниеsynyx Messagesource for Spring
Implementation of Springs MessageSource interface that is able to load Messages at once from
several sources like a Database (using JDBC).
|
| Организация-разработчик |
Организация-разработчик |
| Имя Файла | Размер |
|---|---|
| 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 |
| Обзор |
<!-- 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"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| 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 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| 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 |