License |
License |
---|---|
Categories |
CategoriesiText Business Logic Libraries Documents Processing iText Data PDF Serialization Data Formats |
GroupId | GroupIdorg.sweble.wikitext |
ArtifactId | ArtifactIdswc-example-serialization |
Last Version | Last Version3.1.9 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionSWC - Serialization Example
An example project that contains a simple application that is able to parse
a page written in Wikitext and serialize it to XML, JSON or binary.
|
Project Organization |
Project Organization |
<!-- https://jarcasting.com/artifacts/org.sweble.wikitext/swc-example-serialization/ -->
<dependency>
<groupId>org.sweble.wikitext</groupId>
<artifactId>swc-example-serialization</artifactId>
<version>3.1.9</version>
</dependency>
// https://jarcasting.com/artifacts/org.sweble.wikitext/swc-example-serialization/
implementation 'org.sweble.wikitext:swc-example-serialization:3.1.9'
// https://jarcasting.com/artifacts/org.sweble.wikitext/swc-example-serialization/
implementation ("org.sweble.wikitext:swc-example-serialization:3.1.9")
'org.sweble.wikitext:swc-example-serialization:jar:3.1.9'
<dependency org="org.sweble.wikitext" name="swc-example-serialization" rev="3.1.9">
<artifact name="swc-example-serialization" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.sweble.wikitext', module='swc-example-serialization', version='3.1.9')
)
libraryDependencies += "org.sweble.wikitext" % "swc-example-serialization" % "3.1.9"
[org.sweble.wikitext/swc-example-serialization "3.1.9"]
Group / Artifact | Type | Version |
---|---|---|
commons-io : commons-io | jar | 1.4 |
net.sf.jopt-simple : jopt-simple | jar | 4.3 |
com.google.code.gson : gson | jar | 2.3.1 |
com.thoughtworks.xstream : xstream | jar | 1.4.8 |
xtc : rats-runtime | jar | 1.15.0 |
de.fau.cs.osr.utils : utils | jar | 3.0.8 |
de.fau.cs.osr.utils : utils-getopt | jar | 3.0.8 |
de.fau.cs.osr.ptk : ptk-common | jar | 3.0.8 |
de.fau.cs.osr.ptk : ptk-xml-tools | jar | 3.0.8 |
de.fau.cs.osr.ptk : ptk-json-tools | jar | 3.0.8 |
org.sweble.wikitext : swc-parser-lazy | jar | 3.1.9 |
org.sweble.wikitext : swc-engine | jar | 3.1.9 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |
de.fau.cs.osr.utils : utils-testing | jar | 3.0.8 |