| Categories |
CategoriesDocker Container Virtualization Tools |
|---|---|
| GroupId | GroupIdcom.icegreen |
| ArtifactId | ArtifactIdgreenmail-docker-standalone |
| Version | Version1.6.1 |
| Type | Typejar |
| Filename | Size |
|---|---|
| greenmail-docker-standalone-1.6.1.pom | |
| greenmail-docker-standalone-1.6.1.jar | 2 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.icegreen/greenmail-docker-standalone/ -->
<dependency>
<groupId>com.icegreen</groupId>
<artifactId>greenmail-docker-standalone</artifactId>
<version>1.6.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.icegreen/greenmail-docker-standalone/
implementation 'com.icegreen:greenmail-docker-standalone:1.6.1'
// https://jarcasting.com/artifacts/com.icegreen/greenmail-docker-standalone/
implementation ("com.icegreen:greenmail-docker-standalone:1.6.1")
'com.icegreen:greenmail-docker-standalone:jar:1.6.1'
<dependency org="com.icegreen" name="greenmail-docker-standalone" rev="1.6.1">
<artifact name="greenmail-docker-standalone" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.icegreen', module='greenmail-docker-standalone', version='1.6.1')
)
libraryDependencies += "com.icegreen" % "greenmail-docker-standalone" % "1.6.1"
[com.icegreen/greenmail-docker-standalone "1.6.1"]