| GroupId | GroupIdcom.feth |
|---|---|
| ArtifactId | ArtifactIdplay-authenticate_2.11 |
| Version | Version0.7.1 |
| Type | Typejar |
| Filename | Size |
|---|---|
| play-authenticate_2.11-0.7.1.pom | |
| play-authenticate_2.11-0.7.1.jar | 168 KB |
| play-authenticate_2.11-0.7.1-sources.jar | 80 KB |
| play-authenticate_2.11-0.7.1-javadoc.jar | 740 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.7.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.feth/play-authenticate_2.11/
implementation 'com.feth:play-authenticate_2.11:0.7.1'
// https://jarcasting.com/artifacts/com.feth/play-authenticate_2.11/
implementation ("com.feth:play-authenticate_2.11:0.7.1")
'com.feth:play-authenticate_2.11:jar:0.7.1'
<dependency org="com.feth" name="play-authenticate_2.11" rev="0.7.1">
<artifact name="play-authenticate_2.11" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.feth', module='play-authenticate_2.11', version='0.7.1')
)
libraryDependencies += "com.feth" % "play-authenticate_2.11" % "0.7.1"
[com.feth/play-authenticate_2.11 "0.7.1"]