| GroupId | GroupIdcom.feth |
|---|---|
| ArtifactId | ArtifactIdplay-authenticate_2.11 |
| Version | Version0.6.6 |
| Type | Typejar |
| Filename | Size |
|---|---|
| play-authenticate_2.11-0.6.6.pom | |
| play-authenticate_2.11-0.6.6.jar | 166 KB |
| play-authenticate_2.11-0.6.6-sources.jar | 77 KB |
| play-authenticate_2.11-0.6.6-javadoc.jar | 706 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.feth/play-authenticate_2.11/ -->
<dependency>
<groupId>com.feth</groupId>
<artifactId>play-authenticate_2.11</artifactId>
<version>0.6.6</version>
</dependency>
// https://jarcasting.com/artifacts/com.feth/play-authenticate_2.11/
implementation 'com.feth:play-authenticate_2.11:0.6.6'
// https://jarcasting.com/artifacts/com.feth/play-authenticate_2.11/
implementation ("com.feth:play-authenticate_2.11:0.6.6")
'com.feth:play-authenticate_2.11:jar:0.6.6'
<dependency org="com.feth" name="play-authenticate_2.11" rev="0.6.6">
<artifact name="play-authenticate_2.11" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.feth', module='play-authenticate_2.11', version='0.6.6')
)
libraryDependencies += "com.feth" % "play-authenticate_2.11" % "0.6.6"
[com.feth/play-authenticate_2.11 "0.6.6"]