rss2discord_3
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>io.github.windymelt</groupId> <artifactId>rss2discord_3</artifactId> <version>0.0.6</version> </dependency>
<?xml version="1.0" encoding="UTF-8"?> <project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <modelVersion>4.0.0</modelVersion> <name>rss2discord_3</name> <groupId>io.github.windymelt</groupId> <artifactId>rss2discord_3</artifactId> <packaging>jar</packaging> <description>rss2discord</description> <version>0.0.6</version> <url>https://github.com/windymelt/rss2discord</url> <licenses> <license> <name>BSD-2-Clause</name> <url>https://spdx.org/licenses/BSD-2-Clause.html</url> <distribution>repo</distribution> </license> </licenses> <scm> <connection>scm:git:git://github.com/windymelt/rss2discord.git</connection> <developerConnection>scm:git:ssh://git@github.com:windymelt/rss2discord.git</developerConnection> <url>https://github.com/windymelt/rss2discord</url> </scm> <developers> <developer> <id>windymelt</id> <name>windymelt</name> <url>https://github.com/windymelt</url> </developer> </developers> <properties> </properties> <dependencies> <dependency> <groupId>com.amazonaws</groupId> <artifactId>aws-lambda-java-runtime-interface-client</artifactId> <version>2.3.2</version> </dependency> <dependency> <groupId>com.amazonaws</groupId> <artifactId>aws-lambda-java-core</artifactId> <version>1.2.2</version> </dependency> <dependency> <groupId>com.rometools</groupId> <artifactId>rome</artifactId> <version>2.1.0</version> </dependency> <dependency> <groupId>com.softwaremill.sttp.tapir</groupId> <artifactId>tapir-core_3</artifactId> <version>1.7.3</version> </dependency> <dependency> <groupId>com.softwaremill.sttp.tapir</groupId> <artifactId>tapir-http4s-client_3</artifactId> <version>1.7.3</version> </dependency> <dependency> <groupId>com.softwaremill.sttp.tapir</groupId> <artifactId>tapir-json-circe_3</artifactId> <version>1.7.3</version> </dependency> <dependency> <groupId>org.http4s</groupId> <artifactId>http4s-blaze-client_3</artifactId> <version>0.23.15</version> </dependency> <dependency> <groupId>com.github.nscala-time</groupId> <artifactId>nscala-time_3</artifactId> <version>2.32.0</version> </dependency> <dependency> <groupId>org.scala-lang</groupId> <artifactId>scala3-library_3</artifactId> <version>3.3.0</version> </dependency> </dependencies> </project>