You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,7 @@ JSON2XML enables JSON transformation with XSLT even without having an XSLT 3.0 p
9
9
10
10
mvn clean install
11
11
12
-
That should produce an executable JAR file `target/json2xml-1.0.2-SNAPSHOT-jar-with-dependencies.jar` in which dependency libraries will be included.
12
+
That should produce an executable JAR file `target/json2xml-1.0.2-jar-with-dependencies.jar` in which dependency libraries will be included.
13
13
14
14
## Usage
15
15
@@ -134,4 +134,4 @@ Output in `city-distances.xml` (indented for clarity):
134
134
135
135
## Dependencies
136
136
137
-
No third-party dependencies. Only Java packages [`javax.json`](https://docs.oracle.com/javaee/7/api/javax/json/package-summary.html) and [`javax.xml.stream`](https://docs.oracle.com/javase/8/docs/api/index.html?javax/xml/stream/package-summary.html) are used.
0 commit comments