play-enhancer


License

License

GroupId

GroupId

com.typesafe.play
ArtifactId

ArtifactId

play-enhancer
Last Version

Last Version

1.2.2
Release Date

Release Date

Type

Type

jar
Description

Description

play-enhancer
play-enhancer
Project URL

Project URL

https://github.com/playframework/play-enhancer
Project Organization

Project Organization

com.typesafe.play
Source Code Management

Source Code Management

https://github.com/playframework/play-enhancer

Download play-enhancer

How to add to project

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

Dependencies

compile (1)

Group / Artifact Type Version
org.javassist : javassist jar 3.21.0-GA

Project Modules

There are no modules declared in this project.

End of Life

The active Playframework contributors consider this repository has reached End of Life and archived it.

This repository is not being used anymore and won't get any further updates.

Thank you to all contributors that worked on this repository!

Play Enhancer Plugin

This plugin provides byte code enhancement to Play 2.4+ projects, generating getters and setters for any Java sources, and rewriting accessors for any classes that depend on them.

com.typesafe.play

Play Framework

Versions

Version
1.2.2
1.2.1
1.2.0
1.1.0
1.1.0-RC2
1.1.0-RC1