MVN

org.reaktivity : nukleus-oauth

Maven & Gradle

Feb 01, 2021
1 usages
1 stars

OAuth Nukleus Implementation · OAuth Nukleus Implementation

<dependency>
    <groupId>org.reaktivity</groupId>
    <artifactId>nukleus-oauth</artifactId>
    <version>0.67</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.reaktivity : nukleus-oauth to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.67

All Versions

Choose a version of org.reaktivity : nukleus-oauth to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.67
nukleus-oauth-0.67
0.66
nukleus-oauth-0.66
0.65
nukleus-oauth-0.65
0.64
nukleus-oauth-0.64
0.63
nukleus-oauth-0.63
0.62
nukleus-oauth-0.62
0.61
nukleus-oauth-0.61
0.60
nukleus-oauth-0.60
0.59
nukleus-oauth-0.59
0.58
nukleus-oauth-0.58
0.57
nukleus-oauth-0.57
0.56
nukleus-oauth-0.56
0.55
nukleus-oauth-0.55
0.54
nukleus-oauth-0.54
0.53
nukleus-oauth-0.53
0.52
nukleus-oauth-0.52
0.51
nukleus-oauth-0.51
0.50
nukleus-oauth-0.50
0.49
nukleus-oauth-0.49
0.48
nukleus-oauth-0.48
0.47
nukleus-oauth-0.47
0.46
nukleus-oauth-0.46
0.45
nukleus-oauth-0.45
0.44
nukleus-oauth-0.44
0.43
nukleus-oauth-0.43
0.42
nukleus-oauth-0.42
0.41
nukleus-oauth-0.41
0.40
nukleus-oauth-0.40
0.39
nukleus-oauth-0.39
0.38
nukleus-oauth-0.38
0.37
nukleus-oauth-0.37
0.36
nukleus-oauth-0.36
0.35
nukleus-oauth-0.35
0.34
nukleus-oauth-0.34
0.33
nukleus-oauth-0.33
0.32
nukleus-oauth-0.32
0.31
nukleus-oauth-0.31

How to add a dependency to Maven

Add the following org.reaktivity : nukleus-oauth maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.reaktivity</groupId>
    <artifactId>nukleus-oauth</artifactId>
    <version>0.67</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.reaktivity : nukleus-oauth gradle dependency to your build.gradle file:

implementation 'org.reaktivity:nukleus-oauth:0.67'

Gradle Kotlin DSL: Add the following org.reaktivity : nukleus-oauth gradle kotlin dependency to your build.gradle.kts file:

implementation("org.reaktivity:nukleus-oauth:0.67")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.reaktivity : nukleus-oauth sbt scala dependency to your build.sbt file:

libraryDependencies += "org.reaktivity" % "nukleus-oauth" % "0.67"

Advertisement