Projo Runtime Code Generation

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-runtime-code-generation
Last Version

Last Version

1.4.0
Release Date

Release Date

Type

Type

jar
Description

Description

Projo Runtime Code Generation
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-runtime-code-generation

How to add to project

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

Dependencies

compile (3)

Group / Artifact Type Version
net.bytebuddy : byte-buddy jar 1.10.13
pro.projo : projo jar 1.4.0
javax.annotation : javax.annotation-api jar 1.3.2

test (4)

Group / Artifact Type Version
pro.projo : projo test-jar 1.4.0
javax.inject : javax.inject jar 1
com.google.inject : guice jar 4.2.2
junit : junit jar 4.13.1

Project Modules

There are no modules declared in this project.

Versions

Version
1.4.0
1.3.2
1.3.1
1.3.0
1.2.0
1.1.0
1.0.0