| Категории |
КатегорииGUI Взаимодействие с пользователем Guice Библиотеки уровня приложения Dependency Injection |
|---|---|
| Группа | Группаorg.apache.james |
| Идентификатор | Идентификаторjames-server-guice-lmtp |
| Версия | Версия3.3.0 |
| Тип | Типjar |
<!-- https://jarcasting.com/artifacts/org.apache.james/james-server-guice-lmtp/ -->
<dependency>
<groupId>org.apache.james</groupId>
<artifactId>james-server-guice-lmtp</artifactId>
<version>3.3.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.james/james-server-guice-lmtp/
implementation 'org.apache.james:james-server-guice-lmtp:3.3.0'
// https://jarcasting.com/artifacts/org.apache.james/james-server-guice-lmtp/
implementation ("org.apache.james:james-server-guice-lmtp:3.3.0")
'org.apache.james:james-server-guice-lmtp:jar:3.3.0'
<dependency org="org.apache.james" name="james-server-guice-lmtp" rev="3.3.0">
<artifact name="james-server-guice-lmtp" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.james', module='james-server-guice-lmtp', version='3.3.0')
)
libraryDependencies += "org.apache.james" % "james-server-guice-lmtp" % "3.3.0"
[org.apache.james/james-server-guice-lmtp "3.3.0"]