License |
License |
---|---|
Categories |
CategoriesiText Business Logic Libraries Documents Processing iText Data PDF |
GroupId | GroupIdorg.sweble.wikitext |
ArtifactId | ArtifactIdsweble-wikitext |
Last Version | Last Version2.2.0 |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionSweble Wikitext Components
The Sweble Wikitext Components module provides a parser for MediaWiki's
wikitext and an engine trying to emulate the behavior of a MediaWiki.
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
sweble-wikitext-2.2.0.pom | 12 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.sweble.wikitext/sweble-wikitext/ -->
<dependency>
<groupId>org.sweble.wikitext</groupId>
<artifactId>sweble-wikitext</artifactId>
<version>2.2.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.sweble.wikitext/sweble-wikitext/
implementation 'org.sweble.wikitext:sweble-wikitext:2.2.0'
// https://jarcasting.com/artifacts/org.sweble.wikitext/sweble-wikitext/
implementation ("org.sweble.wikitext:sweble-wikitext:2.2.0")
'org.sweble.wikitext:sweble-wikitext:pom:2.2.0'
<dependency org="org.sweble.wikitext" name="sweble-wikitext" rev="2.2.0">
<artifact name="sweble-wikitext" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.sweble.wikitext', module='sweble-wikitext', version='2.2.0')
)
libraryDependencies += "org.sweble.wikitext" % "sweble-wikitext" % "2.2.0"
[org.sweble.wikitext/sweble-wikitext "2.2.0"]