protoscript-smtp
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>one.leftshift.protoscript</groupId> <artifactId>protoscript-smtp</artifactId> <version>1.5.0</version> </dependency>
<?xml version="1.0" encoding="UTF-8"?> <project xmlns="http://maven.apache.org/POM/4.0.0" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <modelVersion>4.0.0</modelVersion> <groupId>one.leftshift.protoscript</groupId> <artifactId>protoscript-smtp</artifactId> <version>1.5.0</version> <dependencies> <dependency> <groupId>org.jetbrains.kotlin</groupId> <artifactId>kotlin-stdlib-jdk8</artifactId> <version>1.4.32</version> <scope>compile</scope> </dependency> <dependency> <groupId>org.jetbrains.kotlin</groupId> <artifactId>kotlin-reflect</artifactId> <version>1.4.32</version> <scope>compile</scope> </dependency> <dependency> <groupId>com.sun.mail</groupId> <artifactId>javax.mail</artifactId> <version>1.6.2</version> <scope>compile</scope> </dependency> <dependency> <groupId>khttp</groupId> <artifactId>khttp</artifactId> <version>0.1.0</version> <scope>runtime</scope> </dependency> </dependencies> <dependencyManagement> <dependencies/> </dependencyManagement> <name>ProtoScript</name> <description>ProtoScript is an open source software library for script based handling of various protocols.</description> <url>https://github.com/leftshiftone/protoscript</url> <licenses> <license> <name>The Apache License, Version 2.0</name> <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url> </license> </licenses> <developers> <developer> <id>leftshiftone</id> <name>Leftshift One</name> <email>contact@leftshift.one</email> <organization>Leftshift One Software GmbH</organization> <organizationUrl>https://www.leftshift.one</organizationUrl> </developer> </developers> <scm> <connection>scm:git:git://github.com/leftshiftone/protoscript.git</connection> <developerConnection>scm:git:ssh://github.com:leftshiftone/protoscript.git</developerConnection> <url>https://github.com/leftshiftone/protoscript</url> </scm> </project>