is not current version
Last Version 1.4.0

Projo Parent POM 1.3.2

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
Version

Version

1.3.2
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 1.3.2

Filename Size
projo-parent-1.3.2.pom 6 KB
Browse

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

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