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").

License

License

GroupId

GroupId

pro.projo
ArtifactId

ArtifactId

projo-parent
Last Version

Last Version

1.4.0
Release Date

Release Date

Type

Type

pom
Description

Description

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").
Project URL

Project URL

https://github.com/raner/projo
Source Code Management

Source Code Management

https://github.com/raner/projo

Download projo-parent

Filename Size
projo-parent-1.4.0.pom 5 KB
Browse

How to add to project

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

Dependencies

compile (1)

Group / Artifact Type Version
javax.annotation : javax.annotation-api jar 1.3.2

test (1)

Group / Artifact Type Version
junit : junit jar 4.13.1

Project Modules

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

Versions

Version
1.4.0
1.3.2
1.3.1
1.3.0
1.2.0
1.1.0
1.0.0