periodic-api_3
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>ca.dvgi</groupId>
<artifactId>periodic-api_3</artifactId>
<version>0.2.0</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>ca.dvgi</groupId>
<artifactId>periodic-api_3</artifactId>
<packaging>jar</packaging>
<description>A Scala library for self-updating vars and other periodic actions</description>
<url>https://github.com/dvgica/periodic</url>
<version>0.2.0</version>
<licenses>
<license>
<name>Apache-2.0</name>
<url>http://www.apache.org/licenses/LICENSE-2.0</url>
<distribution>repo</distribution>
</license>
</licenses>
<name>periodic-api</name>
<organization>
<name>ca.dvgi</name>
<url>https://github.com/dvgica/periodic</url>
</organization>
<scm>
<url>https://github.com/dvgica/periodic</url>
<connection>scm:git:https://github.com/dvgica/periodic.git</connection>
<developerConnection>scm:git:git@github.com:dvgica/periodic.git</developerConnection>
</scm>
<developers>
<developer>
<id>dvgica</id>
<name>David van Geest</name>
<url>http://dvgi.ca</url>
<email>david.vangeest@gmail.com</email>
</developer>
</developers>
<dependencies>
<dependency>
<groupId>org.scala-lang</groupId>
<artifactId>scala3-library_3</artifactId>
<version>3.3.1</version>
</dependency>
<dependency>
<groupId>org.scalameta</groupId>
<artifactId>munit_3</artifactId>
<version>0.7.29</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
<version>2.0.9</version>
</dependency>
</dependencies>
</project>