Maven Central: org.apache.syncope.core:syncope-core-workflow-api:4.1.2

syncope-core-workflow-api

Overview

Description

Apache Syncope Core Workflow API

Snippets

Apache Maven

<dependency>
    <groupId>org.apache.syncope.core</groupId>
    <artifactId>syncope-core-workflow-api</artifactId>
    <version>4.1.2</version>
</dependency>

Maven POM File

<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">

<modelVersion>4.0.0</modelVersion>

<parent>
    <groupId>org.apache.syncope</groupId>
    <artifactId>syncope-core</artifactId>
    <version>4.1.2</version>
  </parent>

<name>Apache Syncope Core Workflow API</name>
  <description>Apache Syncope Core Workflow API</description>
  <groupId>org.apache.syncope.core</groupId>
  <artifactId>syncope-core-workflow-api</artifactId>
  <packaging>jar</packaging>

<properties>
    <rootpom.basedir>${basedir}/../..</rootpom.basedir>
  </properties>

<dependencies>
    <dependency>
      <groupId>org.apache.syncope.core</groupId>
      <artifactId>syncope-core-provisioning-api</artifactId>
      <version>${project.version}</version>
    </dependency>
  </dependencies>

<build>
    <plugins>
      <plugin>
        <groupId>org.apache.maven.plugins</groupId>
        <artifactId>maven-checkstyle-plugin</artifactId>
      </plugin>
    </plugins>
  </build>
</project>

Metadata

Age: 8 days ago

Organization

org.apache.syncope.core

Known Contributors

Bruno Rogério de Moura, Dmitriy Brashevets, Bob Lannoy, Nicola Baiocco, Dmitry Berezkin, Denis Signoretto, Tushar Mishra, Misagh Moayyed, Francesco Chicchiriccò, Matteo Alessandroni, Christian Schneider, Guido Wimmel, Dino Anzellotti, René Mulder, Dima Ayash, Jan Bernhardt, Fabio Martelli, Emmanuel Lecharny, Jean-Baptiste Onofré, Matteo Tatoni, Marco Di Sabatino Di Diodoro, Andrea Patricelli, Samuel Garofalo, Nicola Scendoni, Massimiliano Perrone, Alberto Bogi, Andrei Shakirin, Giacomo Lamonaco, Matteo Di Carlo, Colm O hEigeartaigh, Simone Tripodi, Lorenzo Di Cola.