| Лицензия |
Лицензия |
|---|---|
| Группа | Группаcom.icegreen |
| Идентификатор | Идентификаторgreenmail-parent |
| Версия | Версия2.0.0-alpha-2 |
| Тип | Типpom |
| Описание |
Описание== GreenMail ==
GreenMail - Email Test Servers
|
| Организация-разработчик |
Организация-разработчикIcegreen Technologies |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| greenmail-parent-2.0.0-alpha-2.pom | 19 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.icegreen/greenmail-parent/ -->
<dependency>
<groupId>com.icegreen</groupId>
<artifactId>greenmail-parent</artifactId>
<version>2.0.0-alpha-2</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.icegreen/greenmail-parent/
implementation 'com.icegreen:greenmail-parent:2.0.0-alpha-2'
// https://jarcasting.com/artifacts/com.icegreen/greenmail-parent/
implementation ("com.icegreen:greenmail-parent:2.0.0-alpha-2")
'com.icegreen:greenmail-parent:pom:2.0.0-alpha-2'
<dependency org="com.icegreen" name="greenmail-parent" rev="2.0.0-alpha-2">
<artifact name="greenmail-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.icegreen', module='greenmail-parent', version='2.0.0-alpha-2')
)
libraryDependencies += "com.icegreen" % "greenmail-parent" % "2.0.0-alpha-2"
[com.icegreen/greenmail-parent "2.0.0-alpha-2"]