License |
License |
---|---|
GroupId | GroupIdcom.github.nitram509 |
ArtifactId | ArtifactIdjmacaroons |
Last Version | Last Version0.4.1 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptioncom.github.nitram509:jmacaroons
Pure Java implementation of Macaroons: Cookies with Contextual Caveats for Decentralized Authorization in the Cloud
|
Project URL |
Project URL |
Filename | Size |
---|---|
jmacaroons-0.4.1.pom | |
jmacaroons-0.4.1.jar | 50 KB |
jmacaroons-0.4.1-sources.jar | 38 KB |
jmacaroons-0.4.1-javadoc.jar | 152 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.nitram509/jmacaroons/ -->
<dependency>
<groupId>com.github.nitram509</groupId>
<artifactId>jmacaroons</artifactId>
<version>0.4.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.nitram509/jmacaroons/
implementation 'com.github.nitram509:jmacaroons:0.4.1'
// https://jarcasting.com/artifacts/com.github.nitram509/jmacaroons/
implementation ("com.github.nitram509:jmacaroons:0.4.1")
'com.github.nitram509:jmacaroons:jar:0.4.1'
<dependency org="com.github.nitram509" name="jmacaroons" rev="0.4.1">
<artifact name="jmacaroons" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.nitram509', module='jmacaroons', version='0.4.1')
)
libraryDependencies += "com.github.nitram509" % "jmacaroons" % "0.4.1"
[com.github.nitram509/jmacaroons "0.4.1"]
Group / Artifact | Type | Version |
---|---|---|
org.testng : testng | jar | 6.9.4 |
org.easytesting : fest-assert | jar | 1.4 |
org.mockito : mockito-all | jar | 1.10.19 |