Projo Parent POM

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-parent
Последняя версия

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

1.4.0
Дата

Дата

Тип

Тип

pom
Описание

Описание

Projo Parent POM
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").
Ссылка на сайт

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

https://github.com/raner/projo
Система контроля версий

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

https://github.com/raner/projo

Скачать projo-parent

Имя Файла Размер
projo-parent-1.4.0.pom 5 KB
Обзор

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

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

Зависимости

compile (1)

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

test (1)

Идентификатор библиотеки Тип Версия
junit : junit jar 4.13.1

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

  • projo
  • projo-template-annotation
  • projo-template-generation
  • projo-template-generation-test
  • projo-template-configuration
  • projo-runtime-code-generation
  • projo-jackson
  • projo-jax-rs

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

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