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 | ArtifactIdproject |
Last Version | Last Version1.0 |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionWikiText :: Project
This is a shared POM parent for FuseSource Maven projects
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
project-1.0.pom | 2 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.fusesource.wikitext/project/ -->
<dependency>
<groupId>org.fusesource.wikitext</groupId>
<artifactId>project</artifactId>
<version>1.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.fusesource.wikitext/project/
implementation 'org.fusesource.wikitext:project:1.0'
// https://jarcasting.com/artifacts/org.fusesource.wikitext/project/
implementation ("org.fusesource.wikitext:project:1.0")
'org.fusesource.wikitext:project:pom:1.0'
<dependency org="org.fusesource.wikitext" name="project" rev="1.0">
<artifact name="project" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.fusesource.wikitext', module='project', version='1.0')
)
libraryDependencies += "org.fusesource.wikitext" % "project" % "1.0"
[org.fusesource.wikitext/project "1.0"]
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.