j

jmacaroons

Pure Java implementation of Macaroons: Cookies with Contextual Caveats for Decentralized Authorization in the Cloud
https://github.com/nitram509/jmacaroons
The Apache License, Version 2.0
Martin W. Kirst
Files download
File Operation
jmacaroons-0.4.1.jar download
jmacaroons-0.4.1.pom download
jmacaroons-0.4.1-sources.jar download
Apache Maven
<dependency>
  <groupId>com.github.nitram509</groupId>
  <artifactId>jmacaroons</artifactId>
  <version>0.4.1</version>
</dependency>
Gradle Groovy
implementation 'com.github.nitram509:jmacaroons:0.4.1'
Gradle Kotlin
implementation("com.github.nitram509:jmacaroons:0.4.1")
Scala SBT
libraryDependencies += "com.github.nitram509" % "jmacaroons" % "0.4.1"
Groovy Grape
@Grapes(
  @Grab(group='com.github.nitram509', module='jmacaroons', version='0.4.1')
)
Apache Ivy
<dependency org="com.github.nitram509" name="jmacaroons" rev="0.4.1" />
Leiningen
[com.github.nitram509/jmacaroons "0.4.1"]
Apache Buildr
'com.github.nitram509:jmacaroons:jar:0.4.1'