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

Shared proxy classes 1.1.2

Small Java library for generating dynamic proxies on top of [ByteBuddy](https://github.com/raphw/byte-buddy) or [Javassist](https://github.com/jboss-javassist/javassist). You can generate data transfer objects, rich traits or even whole implicit DAO implementations dynamically at runtime easily. This library solves the complex stuff, so you can focus on application logic. Serializability, cloning are already solved by us. We also aim for transparent and easily debuggable proxies, because as we know proxies is usually part of "magic" for the team. Hence, the name of this library - Proxycian as a magician for the proxies ;)

Лицензия

Лицензия

Группа

Группа

one.edee.oss
Идентификатор

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

proxycian_core
Версия

Версия

1.1.2
Тип

Тип

jar
Описание

Описание

Shared proxy classes
Small Java library for generating dynamic proxies on top of [ByteBuddy](https://github.com/raphw/byte-buddy) or [Javassist](https://github.com/jboss-javassist/javassist). You can generate data transfer objects, rich traits or even whole implicit DAO implementations dynamically at runtime easily. This library solves the complex stuff, so you can focus on application logic. Serializability, cloning are already solved by us. We also aim for transparent and easily debuggable proxies, because as we know proxies is usually part of "magic" for the team. Hence, the name of this library - Proxycian as a magician for the proxies ;)
Организация-разработчик

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

FG Forrest, a.s.

Скачать proxycian_core 1.1.2


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

Зависимости

compile (4)

Идентификатор библиотеки Тип Версия
org.codehaus.groovy : groovy Необязательный jar 3.0.10
com.google.code.findbugs : jsr305 jar 3.0.2
org.projectlombok : lombok jar 1.18.22
commons-lang : commons-lang jar 2.6

provided (2)

Идентификатор библиотеки Тип Версия
org.apache.logging.log4j : log4j-api jar 2.17.2
org.apache.logging.log4j : log4j-core jar 2.17.2

test (2)

Идентификатор библиотеки Тип Версия
org.junit.jupiter : junit-jupiter-api jar 5.8.2
org.junit.jupiter : junit-jupiter-engine jar 5.8.2

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

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