d

dirigible-components-api-mail

文件下载
文件名 操作
dirigible-components-api-mail-8.11.0.jar 下载
dirigible-components-api-mail-8.11.0.pom 下载
dirigible-components-api-mail-8.11.0-sources.jar 下载
Apache Maven
<dependency>
  <groupId>org.eclipse.dirigible</groupId>
  <artifactId>dirigible-components-api-mail</artifactId>
  <version>8.11.0</version>
</dependency>
Gradle Groovy
implementation 'org.eclipse.dirigible:dirigible-components-api-mail:8.11.0'
Gradle Kotlin
implementation("org.eclipse.dirigible:dirigible-components-api-mail:8.11.0")
Scala SBT
libraryDependencies += "org.eclipse.dirigible" % "dirigible-components-api-mail" % "8.11.0"
Groovy Grape
@Grapes(
  @Grab(group='org.eclipse.dirigible', module='dirigible-components-api-mail', version='8.11.0')
)
Apache Ivy
<dependency org="org.eclipse.dirigible" name="dirigible-components-api-mail" rev="8.11.0" />
Leiningen
[org.eclipse.dirigible/dirigible-components-api-mail "8.11.0"]
Apache Buildr
'org.eclipse.dirigible:dirigible-components-api-mail:jar:8.11.0'