License |
License |
---|---|
GroupId | GroupIdpro.projo |
ArtifactId | ArtifactIdprojo |
Last Version | Last Version1.4.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionProjo
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").
|
Filename | Size |
---|---|
projo-1.4.0.pom | |
projo-1.4.0.jar | 90 KB |
projo-1.4.0-tests.jar | 44 KB |
projo-1.4.0-sources.jar | 96 KB |
projo-1.4.0-javadoc.jar | 572 KB |
Browse |
<!-- 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"]
Group / Artifact | Type | Version |
---|---|---|
javax.annotation : javax.annotation-api | jar | 1.3.2 |
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 |
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 |