toolbox-java
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>io.github.lambig</groupId>
<artifactId>toolbox-java</artifactId>
<version>0.3.1</version>
</dependency><?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://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.lambig</groupId>
<artifactId>toolbox-java</artifactId>
<version>0.3.1</version>
<name>toolbox-java</name>
<description>Bundle of my libraries for Java.</description>
<url>https://github.com/lambig/toolbox-java</url>
<licenses>
<license>
<name>MIT License</name>
<url>https://opensource.org/licenses/MIT</url>
</license>
</licenses>
<developers>
<developer>
<id>lambig</id>
<name>Lambig</name>
<email>ceolnua51@gmail.com</email>
</developer>
</developers>
<scm>
<connection>scm:git:https://github.com/lambig/toolbox-java</connection>
<url>https://github.com/lambig/toolbox-java</url>
</scm>
</project>