io.resys.hdes:hdes-dev-tools

HDES language for defining decision tables, flows, manual and service tasks

License

License

GroupId

GroupId

io.resys.hdes
ArtifactId

ArtifactId

hdes-dev-tools
Last Version

Last Version

0.1.11
Release Date

Release Date

Type

Type

pom
Description

Description

HDES language for defining decision tables, flows, manual and service tasks
Project Organization

Project Organization

Copyright 2020 ReSys OÜ
Source Code Management

Source Code Management

http://github.com/the-wrench-io/hdes/tree/master/hdes-dev-tools

Download hdes-dev-tools

Filename Size
hdes-dev-tools-0.1.11.pom 839 bytes
Browse

How to add to project

<!-- https://jarcasting.com/artifacts/io.resys.hdes/hdes-dev-tools/ -->
<dependency>
    <groupId>io.resys.hdes</groupId>
    <artifactId>hdes-dev-tools</artifactId>
    <version>0.1.11</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.resys.hdes/hdes-dev-tools/
implementation 'io.resys.hdes:hdes-dev-tools:0.1.11'
// https://jarcasting.com/artifacts/io.resys.hdes/hdes-dev-tools/
implementation ("io.resys.hdes:hdes-dev-tools:0.1.11")
'io.resys.hdes:hdes-dev-tools:pom:0.1.11'
<dependency org="io.resys.hdes" name="hdes-dev-tools" rev="0.1.11">
  <artifact name="hdes-dev-tools" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.resys.hdes', module='hdes-dev-tools', version='0.1.11')
)
libraryDependencies += "io.resys.hdes" % "hdes-dev-tools" % "0.1.11"
[io.resys.hdes/hdes-dev-tools "0.1.11"]

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

  • hdes-pm-frontend
  • hdes-pm-backend
  • hdes-object-repo
  • hdes-object-repo-mongodb

License Build Status

HDES

Local Development Environment

Prerequisites Java 11+, Maven 3.6.2+

It's recommended to install them using SDKMAN

curl -s "https://get.sdkman.io" | bash
source "$HOME/.sdkman/bin/sdkman-init.sh"
sdk version
sdk install java 11.0.7-zulu
sdk install maven

Creating and Running Maven Project

mvn archetype:generate                                  \
  -DarchetypeGroupId=io.resys.hdes                      \
  -DarchetypeArtifactId=hdes-maven-archetype            \
  -DgroupId=io.resys.test                               \
  -DartifactId=test-project

cd test-project

mvn clean compile quarkus:dev

Versions

Version
0.1.11
0.1.10
0.1.9
0.1.8
0.1.7
0.1.6
0.1.5
0.1.4
0.1.3
0.1.2
0.1.1