| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииJavaScript Языки программирования |
| Группа | Группаorg.bitbucket.simon_massey |
| Идентификатор | Идентификаторthinbus-srp6a-js |
| Последняя версия | Последняя версия1.6.2 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
ОписаниеThinbus SRP6a
Complete Secure Remote Password (SRP-6a) client session implementation written in Javascript / EMCAScript with a compatible server implementation written with Java Nimbus SRP6a.
|
| Ссылка на сайт |
Ссылка на сайт |
| Имя Файла | Размер |
|---|---|
| thinbus-srp6a-js-1.6.2.pom | |
| thinbus-srp6a-js-1.6.2.jar | 105 KB |
| thinbus-srp6a-js-1.6.2-sources.jar | 51 KB |
| thinbus-srp6a-js-1.6.2-javadoc.jar | 487 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.bitbucket.simon_massey/thinbus-srp6a-js/ -->
<dependency>
<groupId>org.bitbucket.simon_massey</groupId>
<artifactId>thinbus-srp6a-js</artifactId>
<version>1.6.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.bitbucket.simon_massey/thinbus-srp6a-js/
implementation 'org.bitbucket.simon_massey:thinbus-srp6a-js:1.6.2'
// https://jarcasting.com/artifacts/org.bitbucket.simon_massey/thinbus-srp6a-js/
implementation ("org.bitbucket.simon_massey:thinbus-srp6a-js:1.6.2")
'org.bitbucket.simon_massey:thinbus-srp6a-js:jar:1.6.2'
<dependency org="org.bitbucket.simon_massey" name="thinbus-srp6a-js" rev="1.6.2">
<artifact name="thinbus-srp6a-js" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.bitbucket.simon_massey', module='thinbus-srp6a-js', version='1.6.2')
)
libraryDependencies += "org.bitbucket.simon_massey" % "thinbus-srp6a-js" % "1.6.2"
[org.bitbucket.simon_massey/thinbus-srp6a-js "1.6.2"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| com.nimbusds : srp6a | jar | 2.1.0 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.bitbucket.thinbus : junit-js | jar | 1.1.0 |