ibiz-cloud-notify-core
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>cn.ibizlab.plugin</groupId>
<artifactId>ibiz-cloud-notify-core</artifactId>
<version>8.1.0.516</version>
</dependency><?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<parent>
<artifactId>ibiz-plugin</artifactId>
<groupId>cn.ibizlab.plugin</groupId>
<version>8.1.0.516</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>ibiz-cloud-notify-core</artifactId>
<properties><maven-jar-plugin.version>2.6</maven-jar-plugin.version></properties>
<dependencies>
<!-- https://mvnrepository.com/artifact/jakarta.mail/jakarta.mail-api -->
<dependency>
<groupId>jakarta.mail</groupId>
<artifactId>jakarta.mail-api</artifactId>
</dependency>
<!-- https://mvnrepository.com/artifact/com.sun.mail/smtp -->
<dependency>
<groupId>com.sun.mail</groupId>
<artifactId>smtp</artifactId>
<version>2.0.1</version>
</dependency>
<dependency>
<groupId>cn.ibizlab.plugin</groupId>
<artifactId>ibiz-runtime</artifactId>
<version>8.1.0.516</version>
</dependency>
<dependency>
<groupId>cn.ibizlab.plugin</groupId>
<artifactId>ibiz-cloud-core</artifactId>
<version>8.1.0.516</version>
</dependency>
</dependencies>
</project>