string-box_3
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>com.alejandrohdezma</groupId>
<artifactId>string-box_3</artifactId>
<version>2.1.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>com.alejandrohdezma</groupId>
<artifactId>string-box_3</artifactId>
<packaging>jar</packaging>
<description>Simple utility to create nice boxed strings</description>
<url>https://github.com/alejandrohdezma/string-box</url>
<version>2.1.0</version>
<licenses>
<license>
<name>Apache-2.0</name>
<url>https://api.github.com/licenses/apache-2.0</url>
<distribution>repo</distribution>
</license>
</licenses>
<name>string-box</name>
<inceptionYear>2024</inceptionYear>
<organization>
<name>Alejandro Hernández</name>
<url>https://github.com/alejandrohdezma</url>
</organization>
<scm>
<url>https://github.com/alejandrohdezma/string-box</url>
<connection>scm:git:https://github.com/alejandrohdezma/string-box.git</connection>
<developerConnection>scm:git:git@github.com:alejandrohdezma/string-box.git</developerConnection>
</scm>
<developers>
<developer>
<id>alejandrohdezma</id>
<name>Alejandro Hernández</name>
<url>https://github.com/alejandrohdezma</url>
<email>info@alejandrohdezma.com</email>
</developer>
</developers>
<properties>
<info.versionScheme>early-semver</info.versionScheme>
</properties>
<dependencies>
<dependency>
<groupId>org.scala-lang</groupId>
<artifactId>scala3-library_3</artifactId>
<version>3.3.7</version>
</dependency>
<dependency>
<groupId>org.scalameta</groupId>
<artifactId>munit_3</artifactId>
<version>1.2.1</version>
<scope>test</scope>
</dependency>
</dependencies>
</project>