fizzed-play-module-util

Play Framework 2.x module that provides utility classes. Classes for search engine optimization, social network (card) integration, form rendering/handling, and controllers.

License

License

GroupId

GroupId

com.fizzed
ArtifactId

ArtifactId

fizzed-play-module-util_2.10
Last Version

Last Version

1.2.0
Release Date

Release Date

Type

Type

jar
Description

Description

fizzed-play-module-util
Play Framework 2.x module that provides utility classes. Classes for search engine optimization, social network (card) integration, form rendering/handling, and controllers.
Project Organization

Project Organization

Fizzed, Inc.
Source Code Management

Source Code Management

https://github.com/fizzed/play-module-util

Download fizzed-play-module-util_2.10

How to add to project

<!-- https://jarcasting.com/artifacts/com.fizzed/fizzed-play-module-util_2.10/ -->
<dependency>
    <groupId>com.fizzed</groupId>
    <artifactId>fizzed-play-module-util_2.10</artifactId>
    <version>1.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.fizzed/fizzed-play-module-util_2.10/
implementation 'com.fizzed:fizzed-play-module-util_2.10:1.2.0'
// https://jarcasting.com/artifacts/com.fizzed/fizzed-play-module-util_2.10/
implementation ("com.fizzed:fizzed-play-module-util_2.10:1.2.0")
'com.fizzed:fizzed-play-module-util_2.10:jar:1.2.0'
<dependency org="com.fizzed" name="fizzed-play-module-util_2.10" rev="1.2.0">
  <artifact name="fizzed-play-module-util_2.10" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.fizzed', module='fizzed-play-module-util_2.10', version='1.2.0')
)
libraryDependencies += "com.fizzed" % "fizzed-play-module-util_2.10" % "1.2.0"
[com.fizzed/fizzed-play-module-util_2.10 "1.2.0"]

Dependencies

compile (8)

Group / Artifact Type Version
org.scala-lang : scala-library jar 2.10.4
com.typesafe.play : twirl-api_2.10 jar 1.0.2
com.typesafe.play : play_2.10 jar 2.3.7
com.typesafe.play : play-java_2.10 jar 2.3.7
com.typesafe.play : play-java-jdbc_2.10 jar 2.3.7
com.typesafe.play : play-java-ebean_2.10 jar 2.3.7
com.typesafe.play : play-cache_2.10 jar 2.3.7
com.typesafe.play : play-java-ws_2.10 jar 2.3.7

test (1)

Group / Artifact Type Version
com.typesafe.play : play-test_2.10 jar 2.3.7

Project Modules

There are no modules declared in this project.

Utility Module for PlayFramework

Overview

Play Framework 2.x module that provides utility classes. Classes for search engine optimization, social network (card) integration, form rendering/handling, and controllers.

Compatibility matrix

PlayFramework version Module version
2.3.x 1.2.0
2.2.x 1.1.0
2.1.x 1.0.0

Usage

This module is published to Maven Central. You will need to include the module in your dependencies list, in build.sbt or Build.scala file:

build.sbt

libraryDependencies ++= Seq(
  "com.fizzed" %% "fizzed-play-module-util" % "1.2.0"
)

Build.scala

import sbt._
import Keys._
import play.Project._

object ApplicationBuild extends Build {

  val appName         = "sample"
  val appVersion      = "1.0-SNAPSHOT"

  val appDependencies = Seq(
    javaCore,
    javaJdbc,
    javaEbean,
    "com.fizzed" %% "fizzed-play-module-util" % "1.2.0"
  )
  
  ...
}
com.fizzed

Fizzed, Inc.

Helping companies launch and grow their mobile, web, and data products

Versions

Version
1.2.0
1.1.0
1.0.0