play-enhancer


Лицензия

Лицензия

Группа

Группа

com.typesafe.play
Идентификатор

Идентификатор

play-enhancer
Последняя версия

Последняя версия

1.2.2
Дата

Дата

Тип

Тип

jar
Описание

Описание

play-enhancer
play-enhancer
Ссылка на сайт

Ссылка на сайт

https://github.com/playframework/play-enhancer
Организация-разработчик

Организация-разработчик

com.typesafe.play
Система контроля версий

Система контроля версий

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

Скачать play-enhancer

Как подключить последнюю версию

<!-- 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"]

Зависимости

compile (1)

Идентификатор библиотеки Тип Версия
org.javassist : javassist jar 3.21.0-GA

Модули Проекта

Данный проект не имеет модулей.

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

Версии библиотеки

Версия
1.2.2
1.2.1
1.2.0
1.1.0
1.1.0-RC2
1.1.0-RC1