nuggets
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>io.github.ddimtirov</groupId>
<artifactId>nuggets</artifactId>
<version>0.5.0</version>
</dependency><?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" 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">
<modelVersion>4.0.0</modelVersion>
<groupId>io.github.ddimtirov</groupId>
<artifactId>nuggets</artifactId>
<version>0.5.0</version>
<name>nuggets</name>
<description>Loosely coupled utilities for Java 8</description>
<url>https://github.com/ddimtirov/nuggets</url>
<issueManagement>
<system>github</system>
<url>https://github.com/ddimtirov/nuggets/issues</url>
</issueManagement>
<scm>
<url>https://github.com/ddimtirov/nuggets</url>
<connection>scm:git:https://github.com/ddimtirov/nuggets.git</connection>
<developerConnection>scm:git:git@github.com:ddimtirov/nuggets.git</developerConnection>
</scm>
<licenses>
<license>
<name>The Apache Software License, Version 2.0</name>
<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
<distribution>repo</distribution>
</license>
</licenses>
<developers>
<developer>
<name>Dimitar Dimitrov</name>
<email>dimitar.dimitrov@gmail.com</email>
</developer>
</developers>
</project>