GroupId | GroupIdcom.mastfrog |
---|---|
ArtifactId | ArtifactIdacteur-cookie-auth |
Version | Version2.6.3 |
Type | Typejar |
Filename | Size |
---|---|
acteur-cookie-auth-2.6.3.pom | |
acteur-cookie-auth-2.6.3.jar | 17 KB |
acteur-cookie-auth-2.6.3-sources.jar | 12 KB |
acteur-cookie-auth-2.6.3-javadoc.jar | 436 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.mastfrog/acteur-cookie-auth/ -->
<dependency>
<groupId>com.mastfrog</groupId>
<artifactId>acteur-cookie-auth</artifactId>
<version>2.6.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.mastfrog/acteur-cookie-auth/
implementation 'com.mastfrog:acteur-cookie-auth:2.6.3'
// https://jarcasting.com/artifacts/com.mastfrog/acteur-cookie-auth/
implementation ("com.mastfrog:acteur-cookie-auth:2.6.3")
'com.mastfrog:acteur-cookie-auth:jar:2.6.3'
<dependency org="com.mastfrog" name="acteur-cookie-auth" rev="2.6.3">
<artifact name="acteur-cookie-auth" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.mastfrog', module='acteur-cookie-auth', version='2.6.3')
)
libraryDependencies += "com.mastfrog" % "acteur-cookie-auth" % "2.6.3"
[com.mastfrog/acteur-cookie-auth "2.6.3"]