BPMN Model

Autogenerated BPMN Model

Лицензия

Лицензия

Категории

Категории

Science Прикладные библиотеки
Группа

Группа

science.aist
Идентификатор

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

bpmn-model
Последняя версия

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

1.0.0
Дата

Дата

Тип

Тип

jar
Описание

Описание

BPMN Model
Autogenerated BPMN Model
Ссылка на сайт

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

https://github.com/FHOOEAIST/bpmn-model
Организация-разработчик

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

Advanced Information Systems and Technology
Система контроля версий

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

https://github.com/FHOOEAIST/bpmn-model

Скачать bpmn-model

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

<!-- https://jarcasting.com/artifacts/science.aist/bpmn-model/ -->
<dependency>
    <groupId>science.aist</groupId>
    <artifactId>bpmn-model</artifactId>
    <version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/science.aist/bpmn-model/
implementation 'science.aist:bpmn-model:1.0.0'
// https://jarcasting.com/artifacts/science.aist/bpmn-model/
implementation ("science.aist:bpmn-model:1.0.0")
'science.aist:bpmn-model:jar:1.0.0'
<dependency org="science.aist" name="bpmn-model" rev="1.0.0">
  <artifact name="bpmn-model" type="jar" />
</dependency>
@Grapes(
@Grab(group='science.aist', module='bpmn-model', version='1.0.0')
)
libraryDependencies += "science.aist" % "bpmn-model" % "1.0.0"
[science.aist/bpmn-model "1.0.0"]

Зависимости

compile (2)

Идентификатор библиотеки Тип Версия
javax.xml.bind : jaxb-api jar 2.3.1
org.glassfish.jaxb : jaxb-runtime jar 2.3.3

provided (1)

Идентификатор библиотеки Тип Версия
org.projectlombok : lombok jar 1.18.12

test (1)

Идентификатор библиотеки Тип Версия
org.testng : testng jar 6.14.3

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

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

BPMN Model

BPMN model provides autogenerated BPMN domain classes. These classes are generated using the XML schema definition files and jax-b.

Getting Started

To use the classes, simply include the maven dependency on the project.

<dependency>
    <groupId>science.aist</groupId>
    <artifactId>bpmn-model</artifactId>
    <version>1.0.0</version>
    <scope>compile</scope> <!-- Note: this is default -->
</dependency>

Then you are able to load BPMN files the following way:

XMLRepository<TDefinitions> repository = new BPMNTDefinitionsRepository();

// load 
JAXBElement<TDefinitions> tDefinition = repository.load(inputStream);

// save
repository.save(tDefinition, outputStream);

Building the BPMN model yourself

If you want to build the project yourself, just checkout this git repo, make sure you have jdk 11 or above installed as well as maven 3.6.0 or above and build the project by running the maven command: mvn package. This results in a jar-file inside the target folder, which can be used as a dependency in other projects.

FAQ

If you have any questions, please checkout our FAQ section.

Contributing

First make sure to read our general contribution guidelines.

Licence

Copyright (c) 2020 the original author or authors. DO NOT ALTER OR REMOVE COPYRIGHT NOTICES.

This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0. If a copy of the MPL was not distributed with this file, You can obtain one at https://mozilla.org/MPL/2.0/.

Research

If you are going to use this project as part of a research paper, we would ask you to reference this project by citing it. DOI

science.aist

Advanced Information Systems and Technology

The research group AIST researches software solutions in the fields of eHealth, Machine Learning and Data Mining as well as Computer Vision.

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

Версия
1.0.0