ReqCoCo Parser Aggregator

Extract requirements from files by using the most accurate parser depending on the file extension

License

License

Categories

Categories

Net
GroupId

GroupId

net.paissad.tools.reqcoco.parser
ArtifactId

ArtifactId

reqcoco-parser-aggregator
Last Version

Last Version

1.0.5
Release Date

Release Date

Type

Type

jar
Description

Description

ReqCoCo Parser Aggregator
Extract requirements from files by using the most accurate parser depending on the file extension

Download reqcoco-parser-aggregator

How to add to project

<!-- https://jarcasting.com/artifacts/net.paissad.tools.reqcoco.parser/reqcoco-parser-aggregator/ -->
<dependency>
    <groupId>net.paissad.tools.reqcoco.parser</groupId>
    <artifactId>reqcoco-parser-aggregator</artifactId>
    <version>1.0.5</version>
</dependency>
// https://jarcasting.com/artifacts/net.paissad.tools.reqcoco.parser/reqcoco-parser-aggregator/
implementation 'net.paissad.tools.reqcoco.parser:reqcoco-parser-aggregator:1.0.5'
// https://jarcasting.com/artifacts/net.paissad.tools.reqcoco.parser/reqcoco-parser-aggregator/
implementation ("net.paissad.tools.reqcoco.parser:reqcoco-parser-aggregator:1.0.5")
'net.paissad.tools.reqcoco.parser:reqcoco-parser-aggregator:jar:1.0.5'
<dependency org="net.paissad.tools.reqcoco.parser" name="reqcoco-parser-aggregator" rev="1.0.5">
  <artifact name="reqcoco-parser-aggregator" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.paissad.tools.reqcoco.parser', module='reqcoco-parser-aggregator', version='1.0.5')
)
libraryDependencies += "net.paissad.tools.reqcoco.parser" % "reqcoco-parser-aggregator" % "1.0.5"
[net.paissad.tools.reqcoco.parser/reqcoco-parser-aggregator "1.0.5"]

Dependencies

compile (3)

Group / Artifact Type Version
net.paissad.tools.reqcoco.parser : reqcoco-parser-simple jar 1.0.5
net.paissad.tools.reqcoco.parser : reqcoco-parser-docx jar 1.0.5
net.paissad.tools.reqcoco.parser : reqcoco-parser-xlsx jar 1.0.5

test (1)

Group / Artifact Type Version
junit : junit jar 4.12

Project Modules

There are no modules declared in this project.

ReqCoCo : Requirements Code Coverage

Requirements Code Coverage


Latest version License: LGPL v3 Stories in progress Join the chat at https://gitter.im/reqcoco/Lobby Coverage Status Sonar Quality Gate


Table of contents

About

ReqCoCo is a set of tools which helps to generate reports of code coverage.

The reports can generated in different ways (console, html, json, xlsx)

Custom generators can be built by anyone in order to generate a standard input source. And then ReqCoCo can be used to generate the reports in the desired format/output.

Downloads

The releases can be retrieved from the GitHub Releases Download Page.

Wiki

The documentation is located at the Wiki page

Source

The latest source code can be found here on GitHub. Feel free to fork and/or contribute.

License

ReqCoCo is licensed under the LGPL v3 license.

Versions

Version
1.0.5
1.0.4