WikiText Library
This is a fork of the eclipse Mylyn wikitext library so that it get independently released from the eclipse project and pushed in the maven central repo.
| License |
License |
|---|---|
| Categories |
CategoriesiText Business Logic Libraries Documents Processing iText Data PDF |
| GroupId | GroupIdorg.fusesource.wikitext |
| ArtifactId | ArtifactIdwikitext-project |
| Last Version | Last Version1.4 |
| Release Date | Release Date |
| Type | Typepom |
| Description |
DescriptionWikiText :: Project
This is a shared POM parent for FuseSource Maven projects
|
| Project Organization |
Project Organization |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| wikitext-project-1.4.pom | 4 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.fusesource.wikitext/wikitext-project/ -->
<dependency>
<groupId>org.fusesource.wikitext</groupId>
<artifactId>wikitext-project</artifactId>
<version>1.4</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.fusesource.wikitext/wikitext-project/
implementation 'org.fusesource.wikitext:wikitext-project:1.4'
// https://jarcasting.com/artifacts/org.fusesource.wikitext/wikitext-project/
implementation ("org.fusesource.wikitext:wikitext-project:1.4")
'org.fusesource.wikitext:wikitext-project:pom:1.4'
<dependency org="org.fusesource.wikitext" name="wikitext-project" rev="1.4">
<artifact name="wikitext-project" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.fusesource.wikitext', module='wikitext-project', version='1.4')
)
libraryDependencies += "org.fusesource.wikitext" % "wikitext-project" % "1.4"
[org.fusesource.wikitext/wikitext-project "1.4"]
This is a fork of the eclipse Mylyn wikitext library so that it get independently released from the eclipse project and pushed in the maven central repo.