| License |
License |
|---|---|
| GroupId | GroupIdpro.projo |
| ArtifactId | ArtifactIdprojo-parent |
| Last Version | Last Version1.4.0 |
| Release Date | Release Date |
| Type | Typepom |
| Description |
DescriptionProjo Parent POM
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").
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| projo-parent-1.4.0.pom | 5 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/pro.projo/projo-parent/ -->
<dependency>
<groupId>pro.projo</groupId>
<artifactId>projo-parent</artifactId>
<version>1.4.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/pro.projo/projo-parent/
implementation 'pro.projo:projo-parent:1.4.0'
// https://jarcasting.com/artifacts/pro.projo/projo-parent/
implementation ("pro.projo:projo-parent:1.4.0")
'pro.projo:projo-parent:pom:1.4.0'
<dependency org="pro.projo" name="projo-parent" rev="1.4.0">
<artifact name="projo-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='pro.projo', module='projo-parent', version='1.4.0')
)
libraryDependencies += "pro.projo" % "projo-parent" % "1.4.0"
[pro.projo/projo-parent "1.4.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| javax.annotation : javax.annotation-api | jar | 1.3.2 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.13.1 |