Send e-mails from Node.js – easy as cake!
See Nodemailer homepage for details.
The Nodemailer logo was designed by Sven Kristjansen.
| Лицензия |
Лицензия |
|---|---|
| Группа | Группаorg.webjars.npm |
| Идентификатор | Идентификаторlibqp |
| Последняя версия | Последняя версия1.1.0 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
Описаниеlibqp
WebJar for libqp
|
| Ссылка на сайт |
Ссылка на сайт |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| libqp-1.1.0.pom | |
| libqp-1.1.0.jar | 7 KB |
| libqp-1.1.0-sources.jar | 22 bytes |
| libqp-1.1.0-javadoc.jar | 22 bytes |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.webjars.npm/libqp/ -->
<dependency>
<groupId>org.webjars.npm</groupId>
<artifactId>libqp</artifactId>
<version>1.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars.npm/libqp/
implementation 'org.webjars.npm:libqp:1.1.0'
// https://jarcasting.com/artifacts/org.webjars.npm/libqp/
implementation ("org.webjars.npm:libqp:1.1.0")
'org.webjars.npm:libqp:jar:1.1.0'
<dependency org="org.webjars.npm" name="libqp" rev="1.1.0">
<artifact name="libqp" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars.npm', module='libqp', version='1.1.0')
)
libraryDependencies += "org.webjars.npm" % "libqp" % "1.1.0"
[org.webjars.npm/libqp "1.1.0"]
Send e-mails from Node.js – easy as cake!
See Nodemailer homepage for details.
The Nodemailer logo was designed by Sven Kristjansen.