audiofluidity-rss_3
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>com.mchange</groupId>
<artifactId>audiofluidity-rss_3</artifactId>
<version>0.1.2</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:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0">
<modelVersion>4.0.0</modelVersion>
<groupId>com.mchange</groupId>
<artifactId>audiofluidity-rss_3</artifactId>
<packaging>jar</packaging>
<description>audiofluidity-rss</description>
<version>0.1.2</version>
<name>audiofluidity-rss</name>
<organization>
<name>com.mchange</name>
</organization>
<url>https://github.com/swaldman/audiofluidity-rss</url>
<licenses>
<license>
<name>The Apache Software License, Version 2.0</name>
<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
<distribution>repo</distribution>
</license>
</licenses>
<scm>
<url>https://github.com/swaldman/audiofluidity-rss </url>
<connection>scm:git:git@github.com:swaldman/audiofluidity-rss.git</connection>
</scm>
<developers>
<developer>
<id>swaldman</id>
<name>Steve Waldman</name>
<email>swaldman@mchange.com</email>
</developer>
</developers>
<dependencies>
<dependency>
<groupId>org.scala-lang</groupId>
<artifactId>scala3-library_3</artifactId>
<version>3.3.6</version>
</dependency>
<dependency>
<groupId>org.scala-lang.modules</groupId>
<artifactId>scala-xml_3</artifactId>
<version>2.3.0</version>
</dependency>
<dependency>
<groupId>com.mchange</groupId>
<artifactId>conveniences_3</artifactId>
<version>0.0.6</version>
</dependency>
<dependency>
<groupId>com.lihaoyi</groupId>
<artifactId>utest_3</artifactId>
<version>0.8.2</version>
<scope>test</scope>
</dependency>
</dependencies>
</project>