enum-extensions_3
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>io.github.bishabosha</groupId>
<artifactId>enum-extensions_3</artifactId>
<version>0.1.1</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>
<groupId>io.github.bishabosha</groupId>
<artifactId>enum-extensions_3</artifactId>
<version>0.1.1</version>
<url>https://github.com/bishabosha/enum-extensions</url>
<description>enum-extensions_3</description>
<name>enum-extensions_3</name>
<organization>
<name>io.github.bishabosha</name>
<url>https://github.com/bishabosha/enum-extensions</url>
</organization>
<licenses>
<license>
<name>Apache-2.0</name>
<url>https://spdx.org/licenses/Apache-2.0.html</url>
<distribution>repo</distribution>
</license>
</licenses>
<scm>
<url>https://github.com/bishabosha/enum-extensions.git</url>
<connection>scm:git:github.com/bishabosha/enum-extensions.git</connection>
<developerConnection>scm:git:git@github.com:bishabosha/enum-extensions.git</developerConnection>
</scm>
<developers>
<developer>
<id>bishabosha</id>
<name>Jamie Thompson</name>
<url>https://github.com/bishabosha</url>
</developer>
</developers>
<dependencies>
<dependency>
<groupId>org.scala-lang</groupId>
<artifactId>scala3-library_3</artifactId>
<version>3.3.1</version>
</dependency>
</dependencies>
</project>