requs-demo

Requirements Definition and Query Language (requs).

License

License

BSD
GroupId

GroupId

org.requs
ArtifactId

ArtifactId

requs-demo
Last Version

Last Version

1.2
Release Date

Release Date

Type

Type

war
Description

Description

requs-demo
Requirements Definition and Query Language (requs).
Project URL

Project URL

http://www.requs.org/requs-demo
Project Organization

Project Organization

requs.org

Download requs-demo

How to add to project

<!-- https://jarcasting.com/artifacts/org.requs/requs-demo/ -->
<dependency>
    <groupId>org.requs</groupId>
    <artifactId>requs-demo</artifactId>
    <version>1.2</version>
    <type>war</type>
</dependency>
// https://jarcasting.com/artifacts/org.requs/requs-demo/
implementation 'org.requs:requs-demo:1.2'
// https://jarcasting.com/artifacts/org.requs/requs-demo/
implementation ("org.requs:requs-demo:1.2")
'org.requs:requs-demo:war:1.2'
<dependency org="org.requs" name="requs-demo" rev="1.2">
  <artifact name="requs-demo" type="war" />
</dependency>
@Grapes(
@Grab(group='org.requs', module='requs-demo', version='1.2')
)
libraryDependencies += "org.requs" % "requs-demo" % "1.2"
[org.requs/requs-demo "1.2"]

Dependencies

compile (10)

Group / Artifact Type Version
org.requs : requs-core jar 1.2
com.jcabi : jcabi-aspects jar 0.14
javax.validation : validation-api jar 1.1.0.Final
org.aspectj : aspectjrt jar 1.7.4
commons-io : commons-io jar 2.4
com.google.guava : guava jar 16.0.1
com.jcabi : jcabi-log jar 0.12.2
com.jcabi : jcabi-manifests jar 0.8
com.rexsl : rexsl-page jar 0.13.2
javax.xml.bind : jaxb-api jar 2.2.11

provided (2)

Group / Artifact Type Version
javax.ws.rs : jsr311-api jar 1.1.1
javax.servlet : servlet-api jar 3.0-alpha-1

runtime (6)

Group / Artifact Type Version
org.hibernate : hibernate-validator jar 5.1.0.Final
com.rexsl : rexsl-core jar 0.13.2
org.slf4j : slf4j-log4j12 jar 1.7.6
log4j : log4j jar 1.2.17
net.sourceforge.saxon : saxon jar 9.1.0.8
net.sourceforge.saxon : saxon jar 9.1.0.8

test (2)

Group / Artifact Type Version
com.rexsl : rexsl-page jar 0.13.2
com.rexsl : rexsl-test jar 0.13.2

Project Modules

There are no modules declared in this project.

EO principles respected here Managed by Zerocracy DevOps By Rultor.com We recommend IntelliJ IDEA

Build Status PDD status Maven Central

More details are here: www.requs.org

Check this online demo: demo.requs.org

You need to add this plugin to your pom.xml:

[...]
<build>
  [...]
  <plugins>
    [...]
    <plugin>
      <artifactId>maven-site-plugin</artifactId>
      <configuration>
        <reportPlugins combine.children="append">
          <plugin>
            <groupId>org.requs</groupId>
            <artifactId>requs-maven-plugin</artifactId>
          </plugin>
        </reportPlugins>
      </configuration>
    </plugin>
  </plugins>
</build>

Then, add Requs files to src/main/requs and name them as main.req, etc.

Then, run mvn clean site and you will see a report at target/site/requs.

See Requs syntax explained.

Questions?

If you have any questions about the framework, or something doesn't work as expected, please submit an issue here.

How to contribute?

Fork the repository, make changes, submit a pull request. We promise to review your changes same day and apply to the master branch, if they look correct.

Please run Maven build before submitting a pull request:

$ mvn clean install -Pqulice

Want to edit website pages? Install and run Jekyll:

$ jekyll serve -w -D -s src/jekyll -d target/jekyll

Versions

Version
1.2
1.1