Projo

Projo is a Java library for reducing the amount of boiler-plate code that is necessary for implementing simple model objects and DTOs (including Value Objects and "POJOs").

Лицензия

Лицензия

Группа

Группа

pro.projo
Идентификатор

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

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

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

1.4.0
Дата

Дата

Тип

Тип

jar
Описание

Описание

Projo
Projo is a Java library for reducing the amount of boiler-plate code that is necessary for implementing simple model objects and DTOs (including Value Objects and "POJOs").

Скачать projo

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

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

Зависимости

compile (1)

Идентификатор библиотеки Тип Версия
javax.annotation : javax.annotation-api jar 1.3.2

provided (3)

Идентификатор библиотеки Тип Версия
pro.projo : projo-template-annotation jar 1.4.0
pro.projo : projo-template-configuration jar 1.4.0
pro.projo : projo-template-generation jar 1.4.0

test (3)

Идентификатор библиотеки Тип Версия
io.reactivex.rxjava3 : rxjava jar 3.0.10
net.bytebuddy : byte-buddy jar 1.10.13
junit : junit jar 4.13.1

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

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

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

Версия
1.4.0
1.3.2
1.3.1
1.3.0
1.2.0
1.1.0
1.0.0