MVN

me.ahoo.cosec : cosec-social

Maven & Gradle

Feb 19, 2024
25 stars

CoSec · RBAC-based And Policy-based Multi-Tenant Reactive Security Framework.

<dependency>
    <groupId>me.ahoo.cosec</groupId>
    <artifactId>cosec-social</artifactId>
    <version>2.6.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of me.ahoo.cosec : cosec-social to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.6.0

All Versions

Choose a version of me.ahoo.cosec : cosec-social to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.6.x
cosec-social-2.6.0

How to add a dependency to Maven

Add the following me.ahoo.cosec : cosec-social maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>me.ahoo.cosec</groupId>
    <artifactId>cosec-social</artifactId>
    <version>2.6.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following me.ahoo.cosec : cosec-social gradle dependency to your build.gradle file:

implementation 'me.ahoo.cosec:cosec-social:2.6.0'

Gradle Kotlin DSL: Add the following me.ahoo.cosec : cosec-social gradle kotlin dependency to your build.gradle.kts file:

implementation("me.ahoo.cosec:cosec-social:2.6.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following me.ahoo.cosec : cosec-social sbt scala dependency to your build.sbt file:

libraryDependencies += "me.ahoo.cosec" % "cosec-social" % "2.6.0"