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