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

com.github.nitram509:jmacaroons 0.4.0

Pure Java implementation of Macaroons: Cookies with Contextual Caveats for Decentralized Authorization in the Cloud

Группа

Группа

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

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

jmacaroons
Версия

Версия

0.4.0
Тип

Тип

jar

Скачать jmacaroons 0.4.0


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