| Лицензия |
Лицензия |
|---|---|
| Группа | Группаpro.projo |
| Идентификатор | Идентификаторprojo-template-annotation |
| Последняя версия | Последняя версия1.4.0 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
ОписаниеProjo Template Annotations
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://jarcasting.com/artifacts/pro.projo/projo-template-annotation/ -->
<dependency>
<groupId>pro.projo</groupId>
<artifactId>projo-template-annotation</artifactId>
<version>1.4.0</version>
</dependency>
// https://jarcasting.com/artifacts/pro.projo/projo-template-annotation/
implementation 'pro.projo:projo-template-annotation:1.4.0'
// https://jarcasting.com/artifacts/pro.projo/projo-template-annotation/
implementation ("pro.projo:projo-template-annotation:1.4.0")
'pro.projo:projo-template-annotation:jar:1.4.0'
<dependency org="pro.projo" name="projo-template-annotation" rev="1.4.0">
<artifact name="projo-template-annotation" type="jar" />
</dependency>
@Grapes(
@Grab(group='pro.projo', module='projo-template-annotation', version='1.4.0')
)
libraryDependencies += "pro.projo" % "projo-template-annotation" % "1.4.0"
[pro.projo/projo-template-annotation "1.4.0"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| javax.annotation : javax.annotation-api | jar | 1.3.2 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| junit : junit | jar | 4.13.1 |