MVN

org.eurekaclinical : scribe-up-ext

Maven & Gradle

Aug 13, 2020
6 usages
0 stars

ScribeUP Extensions · This code library updates and adds OAuth providers to the base ScribeUP library, available from https://github.com/PeterKnego/scribe-up.

<dependency>
    <groupId>org.eurekaclinical</groupId>
    <artifactId>scribe-up-ext</artifactId>
    <version>2.4</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.eurekaclinical : scribe-up-ext to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.4
  • Latest Beta: 2.0-Beta-2
  • Latest Alpha: 1.0-Alpha-4

All Versions

Choose a version of org.eurekaclinical : scribe-up-ext to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.4
scribe-up-ext-2.4
2.2
scribe-up-ext-2.2
2.0
scribe-up-ext-2.0
scribe-up-ext-2.0-Beta-2
scribe-up-ext-2.0-Beta-1
1.0
scribe-up-ext-1.0
scribe-up-ext-1.0-Alpha-4
scribe-up-ext-1.0-Alpha-3

How to add a dependency to Maven

Add the following org.eurekaclinical : scribe-up-ext maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.eurekaclinical</groupId>
    <artifactId>scribe-up-ext</artifactId>
    <version>2.4</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.eurekaclinical : scribe-up-ext gradle dependency to your build.gradle file:

implementation 'org.eurekaclinical:scribe-up-ext:2.4'

Gradle Kotlin DSL: Add the following org.eurekaclinical : scribe-up-ext gradle kotlin dependency to your build.gradle.kts file:

implementation("org.eurekaclinical:scribe-up-ext:2.4")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.eurekaclinical : scribe-up-ext sbt scala dependency to your build.sbt file:

libraryDependencies += "org.eurekaclinical" % "scribe-up-ext" % "2.4"

Advertisement