MVN

org.eclipse.dirigible : dirigible-api-security

Maven & Gradle

Jan 24, 2018
20 usages

API - Facade - security

<dependency>
    <groupId>org.eclipse.dirigible</groupId>
    <artifactId>dirigible-api-security</artifactId>
    <version>3.1.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.eclipse.dirigible : dirigible-api-security to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 3.1.1

All Versions

Choose a version of org.eclipse.dirigible : dirigible-api-security to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
3.1.x
dirigible-api-security-3.1.1
dirigible-api-security-3.1.0
3.0.x
dirigible-api-security-3.0.5
dirigible-api-security-3.0.4
dirigible-api-security-3.0.3
dirigible-api-security-3.0.2
dirigible-api-security-3.0.1
3.0
dirigible-api-security-3.0

How to add a dependency to Maven

Add the following org.eclipse.dirigible : dirigible-api-security maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.eclipse.dirigible</groupId>
    <artifactId>dirigible-api-security</artifactId>
    <version>3.1.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.eclipse.dirigible : dirigible-api-security gradle dependency to your build.gradle file:

implementation 'org.eclipse.dirigible:dirigible-api-security:3.1.1'

Gradle Kotlin DSL: Add the following org.eclipse.dirigible : dirigible-api-security gradle kotlin dependency to your build.gradle.kts file:

implementation("org.eclipse.dirigible:dirigible-api-security:3.1.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.eclipse.dirigible : dirigible-api-security sbt scala dependency to your build.sbt file:

libraryDependencies += "org.eclipse.dirigible" % "dirigible-api-security" % "3.1.1"