We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 41eb867 commit bc095a0Copy full SHA for bc095a0
1 file changed
pom.xml
@@ -0,0 +1,14 @@
1
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
2
+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
3
+ <modelVersion>4.0.0</modelVersion>
4
+
5
+ <groupId>json.org</groupId>
6
+ <artifactId>json</artifactId>
7
+ <version>20101221</version>
8
+ <packaging>jar</packaging>
9
+ <name>json</name>
10
11
+ <properties>
12
+ <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
13
+ </properties>
14
+</project>
0 commit comments