satya

Social Authentication Library

Лицензия

Лицензия

Группа

Группа

com.sangupta
Идентификатор

Идентификатор

satya
Последняя версия

Последняя версия

0.10.0
Дата

Дата

Тип

Тип

jar
Описание

Описание

satya
Social Authentication Library
Ссылка на сайт

Ссылка на сайт

http://sangupta.com/projects/satya
Система контроля версий

Система контроля версий

https://github.com/sangupta/satya

Скачать satya

Как подключить последнюю версию

<!-- https://jarcasting.com/artifacts/com.sangupta/satya/ -->
<dependency>
    <groupId>com.sangupta</groupId>
    <artifactId>satya</artifactId>
    <version>0.10.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.sangupta/satya/
implementation 'com.sangupta:satya:0.10.0'
// https://jarcasting.com/artifacts/com.sangupta/satya/
implementation ("com.sangupta:satya:0.10.0")
'com.sangupta:satya:jar:0.10.0'
<dependency org="com.sangupta" name="satya" rev="0.10.0">
  <artifact name="satya" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.sangupta', module='satya', version='0.10.0')
)
libraryDependencies += "com.sangupta" % "satya" % "0.10.0"
[com.sangupta/satya "0.10.0"]

Зависимости

compile (4)

Идентификатор библиотеки Тип Версия
ch.qos.logback : logback-classic jar 1.1.2
com.sangupta : jerry-core jar 1.3.0
com.sangupta : jerry-oauth jar 0.10.0
com.google.code.gson : gson jar 2.3

provided (1)

Идентификатор библиотеки Тип Версия
javax.servlet : servlet-api jar 2.5

test (1)

Идентификатор библиотеки Тип Версия
junit : junit jar 4.11

Модули Проекта

Данный проект не имеет модулей.

Satya

Social Authentication Library

The library is nascent and in development. It now compiles and works for some providers as well.

Integrated Social Networks

  • Google
  • Yahoo broken
  • Facebook
  • LinkedIn
  • DropBox
  • Microsoft Live
  • Twitter
  • GitHub

Versioning

For transparency and insight into our release cycle, and for striving to maintain backward compatibility, satya will be maintained under the Semantic Versioning guidelines as much as possible.

Releases will be numbered with the follow format:

<major>.<minor>.<patch>

And constructed with the following guidelines:

  • Breaking backward compatibility bumps the major
  • New additions without breaking backward compatibility bumps the minor
  • Bug fixes and misc changes bump the patch

For more information on SemVer, please visit http://semver.org/.

License

Copyright (c) 2014, Sandeep Gupta

The project uses various other libraries that are subject to their
own license terms. See the distribution libraries or the project
documentation for more details.

The entire source is licensed under the Apache License, Version 2.0 
(the "License"); you may not use this work except in compliance with
the LICENSE. You may obtain a copy of the License at

	http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.

Версии библиотеки

Версия
0.10.0
0.9.0