Last Version

Projo 1.4.0

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
Version

Version

1.4.0
Type

Type

jar
Description

Description

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

Download projo 1.4.0


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

Dependencies

compile (1)

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

provided (3)

Group / Artifact Type Version
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)

Group / Artifact Type Version
io.reactivex.rxjava3 : rxjava jar 3.0.10
net.bytebuddy : byte-buddy jar 1.10.13
junit : junit jar 4.13.1

Project Modules

There are no modules declared in this project.