requs-demo

Requirements Definition and Query Language (requs).

Лицензия

Лицензия

BSD
Группа

Группа

org.requs
Идентификатор

Идентификатор

requs-demo
Последняя версия

Последняя версия

1.2
Дата

Дата

Тип

Тип

war
Описание

Описание

requs-demo
Requirements Definition and Query Language (requs).
Ссылка на сайт

Ссылка на сайт

http://www.requs.org/requs-demo
Организация-разработчик

Организация-разработчик

requs.org

Скачать requs-demo

Как подключить последнюю версию

<!-- 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"]

Зависимости

compile (10)

Идентификатор библиотеки Тип Версия
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)

Идентификатор библиотеки Тип Версия
javax.ws.rs : jsr311-api jar 1.1.1
javax.servlet : servlet-api jar 3.0-alpha-1

runtime (6)

Идентификатор библиотеки Тип Версия
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)

Идентификатор библиотеки Тип Версия
com.rexsl : rexsl-page jar 0.13.2
com.rexsl : rexsl-test jar 0.13.2

Модули Проекта

Данный проект не имеет модулей.

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

Версии библиотеки

Версия
1.2
1.1