MVN

org.beangle.security : beangle-security-protobuf_2.12

Maven & Gradle

Mar 16, 2018
6 usages
6 stars

Beangle Security Model Using Protobuf

<dependency>
    <groupId>org.beangle.security</groupId>
    <artifactId>beangle-security-protobuf_2.12</artifactId>
    <version>4.1.4</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.beangle.security : beangle-security-protobuf_2.12 to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 4.1.4

All Versions

Choose a version of org.beangle.security : beangle-security-protobuf_2.12 to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
4.1.x
beangle-security-protobuf_2.12-4.1.4
beangle-security-protobuf_2.12-4.1.3
beangle-security-protobuf_2.12-4.1.2
beangle-security-protobuf_2.12-4.1.1

How to add a dependency to Maven

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

<dependency>
    <groupId>org.beangle.security</groupId>
    <artifactId>beangle-security-protobuf_2.12</artifactId>
    <version>4.1.4</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.beangle.security : beangle-security-protobuf_2.12 gradle dependency to your build.gradle file:

implementation 'org.beangle.security:beangle-security-protobuf_2.12:4.1.4'

Gradle Kotlin DSL: Add the following org.beangle.security : beangle-security-protobuf_2.12 gradle kotlin dependency to your build.gradle.kts file:

implementation("org.beangle.security:beangle-security-protobuf_2.12:4.1.4")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.beangle.security : beangle-security-protobuf_2.12 sbt scala dependency to your build.sbt file:

libraryDependencies += "org.beangle.security" % "beangle-security-protobuf_2.12" % "4.1.4"

Advertisement