MVN

com.m3 : octoparts-auth-plugin-api_2.10

Maven & Gradle

Oct 26, 2015
151 stars

octoparts-auth-plugin-api · octoparts-auth-plugin-api

<dependency>
    <groupId>com.m3</groupId>
    <artifactId>octoparts-auth-plugin-api_2.10</artifactId>
    <version>2.5.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.m3 : octoparts-auth-plugin-api_2.10 to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.5.1

All Versions

Choose a version of com.m3 : octoparts-auth-plugin-api_2.10 to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.5.x
octoparts-auth-plugin-api_2.10-2.5.1
2.5
octoparts-auth-plugin-api_2.10-2.5
2.4.x
octoparts-auth-plugin-api_2.10-2.4.1
2.4
octoparts-auth-plugin-api_2.10-2.4
2.3.x
octoparts-auth-plugin-api_2.10-2.3.3.
octoparts-auth-plugin-api_2.10-2.3.3
octoparts-auth-plugin-api_2.10-2.3.2
octoparts-auth-plugin-api_2.10-2.3.1
2.2
octoparts-auth-plugin-api_2.10-2.2
2.0
octoparts-auth-plugin-api_2.10-2.0

How to add a dependency to Maven

Add the following com.m3 : octoparts-auth-plugin-api_2.10 maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.m3</groupId>
    <artifactId>octoparts-auth-plugin-api_2.10</artifactId>
    <version>2.5.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.m3 : octoparts-auth-plugin-api_2.10 gradle dependency to your build.gradle file:

implementation 'com.m3:octoparts-auth-plugin-api_2.10:2.5.1'

Gradle Kotlin DSL: Add the following com.m3 : octoparts-auth-plugin-api_2.10 gradle kotlin dependency to your build.gradle.kts file:

implementation("com.m3:octoparts-auth-plugin-api_2.10:2.5.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.m3 : octoparts-auth-plugin-api_2.10 sbt scala dependency to your build.sbt file:

libraryDependencies += "com.m3" % "octoparts-auth-plugin-api_2.10" % "2.5.1"

Advertisement