is not current version
Last Version 1.4.0

Projo Runtime Code Generation 1.3.1

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
Version

Version

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


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

Dependencies

compile (3)

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

test (4)

Group / Artifact Type Version
pro.projo : projo test-jar 1.3.1
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.