Categories |
CategoriesGUI User Interface Guice Application Layer Libs Dependency Injection |
---|---|
GroupId | GroupIdorg.apache.james |
ArtifactId | ArtifactIdjames-server-guice-mailbox |
Version | Version3.3.0 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.apache.james/james-server-guice-mailbox/ -->
<dependency>
<groupId>org.apache.james</groupId>
<artifactId>james-server-guice-mailbox</artifactId>
<version>3.3.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.james/james-server-guice-mailbox/
implementation 'org.apache.james:james-server-guice-mailbox:3.3.0'
// https://jarcasting.com/artifacts/org.apache.james/james-server-guice-mailbox/
implementation ("org.apache.james:james-server-guice-mailbox:3.3.0")
'org.apache.james:james-server-guice-mailbox:jar:3.3.0'
<dependency org="org.apache.james" name="james-server-guice-mailbox" rev="3.3.0">
<artifact name="james-server-guice-mailbox" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.james', module='james-server-guice-mailbox', version='3.3.0')
)
libraryDependencies += "org.apache.james" % "james-server-guice-mailbox" % "3.3.0"
[org.apache.james/james-server-guice-mailbox "3.3.0"]