Modules for Play! framework
This repository consists of modules for Play! framework 2.4 and above, written in Java 8.
Documentation for these modules and their examples can be found in the play-mods-examples repository.
License |
License |
---|---|
Categories |
CategoriesSecurity |
GroupId | GroupIdme.tfeng.play-mods |
ArtifactId | ArtifactIdsecurity |
Last Version | Last Version0.11.0 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionsecurity
security
|
Project URL |
Project URL |
Project Organization |
Project Organizationme.tfeng.play-mods |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
security-0.11.0.pom | |
security-0.11.0.jar | 5 KB |
security-0.11.0-sources.jar | 6 KB |
security-0.11.0-javadoc.jar | 29 KB |
Browse |
<!-- https://jarcasting.com/artifacts/me.tfeng.play-mods/security/ -->
<dependency>
<groupId>me.tfeng.play-mods</groupId>
<artifactId>security</artifactId>
<version>0.11.0</version>
</dependency>
// https://jarcasting.com/artifacts/me.tfeng.play-mods/security/
implementation 'me.tfeng.play-mods:security:0.11.0'
// https://jarcasting.com/artifacts/me.tfeng.play-mods/security/
implementation ("me.tfeng.play-mods:security:0.11.0")
'me.tfeng.play-mods:security:jar:0.11.0'
<dependency org="me.tfeng.play-mods" name="security" rev="0.11.0">
<artifact name="security" type="jar" />
</dependency>
@Grapes(
@Grab(group='me.tfeng.play-mods', module='security', version='0.11.0')
)
libraryDependencies += "me.tfeng.play-mods" % "security" % "0.11.0"
[me.tfeng.play-mods/security "0.11.0"]
Group / Artifact | Type | Version |
---|---|---|
org.scala-lang : scala-library | jar | 2.12.3 |
me.tfeng.play-mods : spring | jar | 0.11.0 |
com.typesafe.play : twirl-api_2.12 | jar | 1.3.4 |
com.typesafe.play : play-server_2.12 | jar | 2.6.3 |
com.typesafe.play : play-java-forms_2.12 | jar | 2.6.3 |
com.typesafe.play : filters-helpers_2.12 | jar | 2.6.3 |
com.typesafe.play : play-logback_2.12 | jar | 2.6.3 |
com.typesafe.play : play-akka-http-server_2.12 | jar | 2.6.3 |
com.typesafe.play : play-cache_2.12 | jar | 2.6.3 |
org.springframework.security : spring-security-core | jar | 4.2.3.RELEASE |
Group / Artifact | Type | Version |
---|---|---|
com.typesafe.play : play-test_2.12 | jar | 2.6.3 |
This repository consists of modules for Play! framework 2.4 and above, written in Java 8.
Documentation for these modules and their examples can be found in the play-mods-examples repository.