sbt-shuwari-mode_sbt2_3
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>africa.shuwari.sbt</groupId>
<artifactId>sbt-shuwari-mode_sbt2_3</artifactId>
<version>0.15.4</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>africa.shuwari.sbt</groupId>
<artifactId>sbt-shuwari-mode_sbt2_3</artifactId>
<packaging>jar</packaging>
<description>Collection of sbt plugins for easy initialisation of uniform organisation wide default project settings.</description>
<url>https://github.com/shuwariafrica/sbt-shuwari</url>
<version>0.15.4</version>
<licenses>
<license>
<name>Apache-2.0</name>
<url>https://www.apache.org/licenses/LICENSE-2.0</url>
<distribution>repo</distribution>
</license>
</licenses>
<name>sbt-shuwari-mode</name>
<inceptionYear>2022</inceptionYear>
<organization>
<name>Shuwari Africa Ltd.</name>
<url>https://shuwari.africa/dev</url>
</organization>
<scm>
<url>https://github.com/unganisha/sbt-shuwari</url>
<connection>scm:git@github.com:shuwariafrica/sbt-shuwari.git</connection>
</scm>
<developers>
<developer>
<id>shuwaridev</id>
<name>Shuwari Developer Team</name>
<url>https://shuwari.africa/dev</url>
<email>dev at shuwari africa</email>
</developer>
</developers>
<dependencies>
<dependency>
<groupId>org.scala-sbt</groupId>
<artifactId>sbt</artifactId>
<version>2.0.0-RC12</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.scala-lang</groupId>
<artifactId>scala3-library_3</artifactId>
<version>3.8.3</version>
</dependency>
</dependencies>
</project>