We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 86e8b1a commit 88d134dCopy full SHA for 88d134d
pom.xml
@@ -4,6 +4,11 @@
4
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
5
<modelVersion>4.0.0</modelVersion>
6
7
+ <name>java8-utils</name>
8
+ <description>The package provides helper methods for interacting with, e.g., the stream features of Java 8 and above.</description>
9
+
10
+ <inceptionYear>2015</inceptionYear>
11
12
<groupId>com.nitorcreations</groupId>
13
<artifactId>java8utils</artifactId>
14
<version>1.0.0-SNAPSHOT</version>
0 commit comments