MVN

org.ow2.novabpm.admin : org.ow2.novabpm.admin.security

Maven & Gradle

May 15, 2009
3 usages

Security Service · This service allow the access rights management

<dependency>
    <groupId>org.ow2.novabpm.admin</groupId>
    <artifactId>org.ow2.novabpm.admin.security</artifactId>
    <version>4.1.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.ow2.novabpm.admin : org.ow2.novabpm.admin.security to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 4.1.1

All Versions

Choose a version of org.ow2.novabpm.admin : org.ow2.novabpm.admin.security to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
4.1.x
org.ow2.novabpm.admin.security-4.1.1
4.1
org.ow2.novabpm.admin.security-4.1
4.0
org.ow2.novabpm.admin.security-4.0

How to add a dependency to Maven

Add the following org.ow2.novabpm.admin : org.ow2.novabpm.admin.security maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.ow2.novabpm.admin</groupId>
    <artifactId>org.ow2.novabpm.admin.security</artifactId>
    <version>4.1.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.ow2.novabpm.admin : org.ow2.novabpm.admin.security gradle dependency to your build.gradle file:

implementation 'org.ow2.novabpm.admin:org.ow2.novabpm.admin.security:4.1.1'

Gradle Kotlin DSL: Add the following org.ow2.novabpm.admin : org.ow2.novabpm.admin.security gradle kotlin dependency to your build.gradle.kts file:

implementation("org.ow2.novabpm.admin:org.ow2.novabpm.admin.security:4.1.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.ow2.novabpm.admin : org.ow2.novabpm.admin.security sbt scala dependency to your build.sbt file:

libraryDependencies += "org.ow2.novabpm.admin" % "org.ow2.novabpm.admin.security" % "4.1.1"