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 7631285 commit 44a6c4fCopy full SHA for 44a6c4f
README.md
@@ -1,3 +1,14 @@
1
+# Introduce
2
+
3
+This is a Java library that can help you to write Java code more easily.
4
+I think it is just like the file `bits/stdc++.h` in C++, so I named it `JavaPlusPlus`.
5
6
+# Used Package
7
8
+- fastjson
9
+- commons-codec
10
+- mssql-jdbc
11
12
# install the package
13
14
firstly, you should add the following line to your `~/.m2/settings.xml` file:
pom.xml
@@ -51,7 +51,7 @@
51
<dependency>
52
<groupId>com.alibaba</groupId>
53
<artifactId>fastjson</artifactId>
54
- <version>1.2.47</version>
+ <version>1.2.83</version>
55
</dependency>
56
57
<groupId>junit</groupId>
0 commit comments