Download scribe-up-ext-2.0.jar file - Jar s

Jar examples for s:scribe-up-ext

Description

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

You can download jar file scribe-up-ext 2.0 in this page.

License

Apache License, Version 2.0

Build File

You can use the following script to add scribe-up-ext-2.0.jar to your project.

<dependency>
   <groupId>org.eurekaclinical</groupId>
   <artifactId>scribe-up-ext</artifactId>
   <version>2.0</version>
</dependency>
compile group: 'org.eurekaclinical', name: 'scribe-up-ext', version: '2.0'
libraryDependencies += "org.eurekaclinical" % "scribe-up-ext" % "2.0"
<dependency org="org.eurekaclinical" name="scribe-up-ext" rev="2.0"/>
@Grapes(@Grab(group='org.eurekaclinical', module='scribe-up-ext', version='2.0'))
'org.eurekaclinical:scribe-up-ext:jar:2.0'

Download

Click the following link to download the jar file.

scribe-up-ext-2.0-javadoc.jar
scribe-up-ext-2.0-sources.jar
scribe-up-ext-2.0.jar
scribe-up-ext-2.0.pom



Related Tutorials