License |
License |
---|---|
GroupId | GroupIdpro.projo |
ArtifactId | ArtifactIdprojo |
Version | Version1.2.0 |
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.2.0.pom | |
projo-1.2.0.jar | 124 KB |
projo-1.2.0-tests.jar | 79 KB |
projo-1.2.0-sources.jar | 113 KB |
projo-1.2.0-javadoc.jar | 1016 KB |
Browse |
<!-- https://jarcasting.com/artifacts/pro.projo/projo/ -->
<dependency>
<groupId>pro.projo</groupId>
<artifactId>projo</artifactId>
<version>1.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/pro.projo/projo/
implementation 'pro.projo:projo:1.2.0'
// https://jarcasting.com/artifacts/pro.projo/projo/
implementation ("pro.projo:projo:1.2.0")
'pro.projo:projo:jar:1.2.0'
<dependency org="pro.projo" name="projo" rev="1.2.0">
<artifact name="projo" type="jar" />
</dependency>
@Grapes(
@Grab(group='pro.projo', module='projo', version='1.2.0')
)
libraryDependencies += "pro.projo" % "projo" % "1.2.0"
[pro.projo/projo "1.2.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.2.0 |
pro.projo : projo-template-configuration | jar | 1.2.0 |
pro.projo : projo-template-generation | jar | 1.2.0 |
Group / Artifact | Type | Version |
---|---|---|
io.reactivex.rxjava3 : rxjava | jar | 3.0.10 |
junit : junit | jar | 4.13.1 |