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 dadcb23 commit b9a0b6bCopy full SHA for b9a0b6b
pom.xml
@@ -2,10 +2,12 @@
2
<project xmlns="http://maven.apache.org/POM/4.0.0"
3
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
5
+
6
<modelVersion>4.0.0</modelVersion>
7
<groupId>io.appsfly</groupId>
- <artifactId>crypto</artifactId>
8
+ <artifactId>javautils</artifactId>
9
<version>1.0-SNAPSHOT</version>
10
11
<build>
12
<plugins>
13
<plugin>
@@ -16,6 +18,7 @@
16
18
<target>1.6</target>
17
19
</configuration>
20
</plugin>
21
22
</plugins>
23
</build>
24
<dependencies>
0 commit comments