License |
License |
---|---|
GroupId | GroupIdcom.icegreen |
ArtifactId | ArtifactIdgreenmail-spring |
Last Version | Last Version2.0.0-alpha-2 |
Release Date | Release Date |
Type | Typejar |
Description |
Description== GreenMail Spring ==
GreenMail support for Spring
|
Project Organization |
Project OrganizationIcegreen Technologies |
<!-- https://jarcasting.com/artifacts/com.icegreen/greenmail-spring/ -->
<dependency>
<groupId>com.icegreen</groupId>
<artifactId>greenmail-spring</artifactId>
<version>2.0.0-alpha-2</version>
</dependency>
// https://jarcasting.com/artifacts/com.icegreen/greenmail-spring/
implementation 'com.icegreen:greenmail-spring:2.0.0-alpha-2'
// https://jarcasting.com/artifacts/com.icegreen/greenmail-spring/
implementation ("com.icegreen:greenmail-spring:2.0.0-alpha-2")
'com.icegreen:greenmail-spring:jar:2.0.0-alpha-2'
<dependency org="com.icegreen" name="greenmail-spring" rev="2.0.0-alpha-2">
<artifact name="greenmail-spring" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.icegreen', module='greenmail-spring', version='2.0.0-alpha-2')
)
libraryDependencies += "com.icegreen" % "greenmail-spring" % "2.0.0-alpha-2"
[com.icegreen/greenmail-spring "2.0.0-alpha-2"]
Group / Artifact | Type | Version |
---|---|---|
com.icegreen : greenmail | jar | 2.0.0-alpha-2 |
org.springframework : spring-beans | jar | 4.3.30.RELEASE |
org.springframework : spring-context | jar | 4.3.30.RELEASE |
org.springframework : spring-test | jar | 4.3.30.RELEASE |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.13.2 |
org.slf4j : slf4j-simple | jar | 1.7.32 |
org.slf4j : jcl-over-slf4j | jar | 1.7.32 |
org.assertj : assertj-core | jar | 3.19.0 |