flash-messages
An easy way to send & show flash messages
Build | State |
---|---|
Version | |
Project | |
Status | |
Coverage | |
Coverity Scan | |
Code climate |
Getting started
Documentation
You can find the documentation in http://sandbox.es/projects/flash-messages/.
License |
License |
---|---|
GroupId | GroupIdes.sandbox.ui.messages |
ArtifactId | ArtifactIdflash-messages-spring |
Last Version | Last Version1.1.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionFlash messages integration for spring mvc framework
|
Project Organization |
Project OrganizationJesús López Alonso [@jeslopalo] |
<!-- https://jarcasting.com/artifacts/es.sandbox.ui.messages/flash-messages-spring/ -->
<dependency>
<groupId>es.sandbox.ui.messages</groupId>
<artifactId>flash-messages-spring</artifactId>
<version>1.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/es.sandbox.ui.messages/flash-messages-spring/
implementation 'es.sandbox.ui.messages:flash-messages-spring:1.1.0'
// https://jarcasting.com/artifacts/es.sandbox.ui.messages/flash-messages-spring/
implementation ("es.sandbox.ui.messages:flash-messages-spring:1.1.0")
'es.sandbox.ui.messages:flash-messages-spring:jar:1.1.0'
<dependency org="es.sandbox.ui.messages" name="flash-messages-spring" rev="1.1.0">
<artifact name="flash-messages-spring" type="jar" />
</dependency>
@Grapes(
@Grab(group='es.sandbox.ui.messages', module='flash-messages-spring', version='1.1.0')
)
libraryDependencies += "es.sandbox.ui.messages" % "flash-messages-spring" % "1.1.0"
[es.sandbox.ui.messages/flash-messages-spring "1.1.0"]
Group / Artifact | Type | Version |
---|---|---|
es.sandbox.ui.messages : flash-messages-core | jar | 1.1.0 |
org.springframework.boot : spring-boot-starter Optional | jar | |
org.springframework.boot : spring-boot-configuration-processor Optional | jar | |
org.springframework : spring-core | jar | |
org.springframework : spring-beans | jar | |
org.springframework : spring-context | jar | |
org.springframework : spring-web | jar | |
org.springframework : spring-webmvc | jar | |
org.apache.commons : commons-lang3 | jar | 3.4 |
org.slf4j : slf4j-api | jar | 1.7.21 |
Group / Artifact | Type | Version |
---|---|---|
javax.servlet : javax.servlet-api | jar | [2.5,3.0.1] |
Group / Artifact | Type | Version |
---|---|---|
org.mockito : mockito-core | jar | 1.9.5 |
org.springframework : spring-test | jar | |
es.sandbox.test : sandbox-test-support | jar | 1.0.1 |
junit : junit | jar | 4.12 |
org.assertj : assertj-core | jar | 3.6.1 |
An easy way to send & show flash messages
Build | State |
---|---|
Version | |
Project | |
Status | |
Coverage | |
Coverity Scan | |
Code climate |
You can find the documentation in http://sandbox.es/projects/flash-messages/.