camunda-dmn-moddle

WebJar for camunda-dmn-moddle

Лицензия

Лицензия

MIT
Группа

Группа

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

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

camunda-dmn-moddle
Последняя версия

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

1.1.0
Дата

Дата

Тип

Тип

jar
Описание

Описание

camunda-dmn-moddle
WebJar for camunda-dmn-moddle
Ссылка на сайт

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

https://www.webjars.org
Система контроля версий

Система контроля версий

https://github.com/camunda/camunda-dmn-moddle

Скачать camunda-dmn-moddle

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

<!-- https://jarcasting.com/artifacts/org.webjars.npm/camunda-dmn-moddle/ -->
<dependency>
    <groupId>org.webjars.npm</groupId>
    <artifactId>camunda-dmn-moddle</artifactId>
    <version>1.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars.npm/camunda-dmn-moddle/
implementation 'org.webjars.npm:camunda-dmn-moddle:1.1.0'
// https://jarcasting.com/artifacts/org.webjars.npm/camunda-dmn-moddle/
implementation ("org.webjars.npm:camunda-dmn-moddle:1.1.0")
'org.webjars.npm:camunda-dmn-moddle:jar:1.1.0'
<dependency org="org.webjars.npm" name="camunda-dmn-moddle" rev="1.1.0">
  <artifact name="camunda-dmn-moddle" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars.npm', module='camunda-dmn-moddle', version='1.1.0')
)
libraryDependencies += "org.webjars.npm" % "camunda-dmn-moddle" % "1.1.0"
[org.webjars.npm/camunda-dmn-moddle "1.1.0"]

Зависимости

compile (1)

Идентификатор библиотеки Тип Версия
org.webjars.npm : min-dash jar [3.0.0,4)

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

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

camunda-dmn-moddle

Build Status

This project defines the Camunda namespace extensions for DMN 1.1 as a moddle descriptor.

Usage

Use it together with dmn-moddle to validate Camunda DMN 1.1 extensions.

var DmnModdle = require('dmn-moddle');

var camundaModdle = require('camunda-dmn-moddle/resources/camunda');

var moddle = new DmnModdle({ camunda: camundaModdle });

var decision = moddle.create('dmn:Decision', {
  'historyTimeToLive': 'foo'
});

Building the Project

To run the test suite that includes XSD schema validation you must have a Java JDK installed and properly exposed through the JAVA_HOME variable.

Execute the test via

npm test

Perform a complete build of the application via

npm run all

License

Use under the terms of the MIT license.

org.webjars.npm

Camunda

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

Версия
1.1.0