MVN

de.uni.freiburg.iig.telematik : SEWOL

Maven & Gradle

Jan 22, 2016
1 usages
0 stars

SEWOL: Security-oriented Workflow Lib · SEWOL provides support for the handling of workflow traces. Specifically it allows to specify the shape and content of process traces in terms of entries representing the execution of a specific workflow activity. SEWOL also allows to write these traces on disk as a log file with the help of a special file writer for process logs. Currently it supports plain text, Petrify, MXML and XES log file types. In order to specify security-related context information, SEWOL provides access control models such as access control lists (ACL) and role-based access control models (RBAC). All types of models can be conveniently edited with the help of appropriate dialogs.

<dependency>
    <groupId>de.uni.freiburg.iig.telematik</groupId>
    <artifactId>SEWOL</artifactId>
    <version>1.0.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of de.uni.freiburg.iig.telematik : SEWOL to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.2

All Versions

Choose a version of de.uni.freiburg.iig.telematik : SEWOL to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
SEWOL-1.0.2
SEWOL-1.0.1
SEWOL-1.0.0

How to add a dependency to Maven

Add the following de.uni.freiburg.iig.telematik : SEWOL maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>de.uni.freiburg.iig.telematik</groupId>
    <artifactId>SEWOL</artifactId>
    <version>1.0.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following de.uni.freiburg.iig.telematik : SEWOL gradle dependency to your build.gradle file:

implementation 'de.uni.freiburg.iig.telematik:SEWOL:1.0.2'

Gradle Kotlin DSL: Add the following de.uni.freiburg.iig.telematik : SEWOL gradle kotlin dependency to your build.gradle.kts file:

implementation("de.uni.freiburg.iig.telematik:SEWOL:1.0.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following de.uni.freiburg.iig.telematik : SEWOL sbt scala dependency to your build.sbt file:

libraryDependencies += "de.uni.freiburg.iig.telematik" % "SEWOL" % "1.0.2"

Advertisement