camunda-dmn-moddle

WebJar for camunda-dmn-moddle

License

License

MIT
GroupId

GroupId

org.webjars.npm
ArtifactId

ArtifactId

camunda-dmn-moddle
Last Version

Last Version

1.1.0
Release Date

Release Date

Type

Type

jar
Description

Description

camunda-dmn-moddle
WebJar for camunda-dmn-moddle
Project URL

Project URL

https://www.webjars.org
Source Code Management

Source Code Management

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

Download camunda-dmn-moddle

How to add to project

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

Dependencies

compile (1)

Group / Artifact Type Version
org.webjars.npm : min-dash jar [3.0.0,4)

Project Modules

There are no modules declared in this project.

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

Versions

Version
1.1.0