is not current version
Last Version 1.4.0

pro.projo:projo-parent 1.0.0

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").

GroupId

GroupId

pro.projo
ArtifactId

ArtifactId

projo-parent
Version

Version

1.0.0
Type

Type

pom

Download projo-parent 1.0.0

Filename Size
projo-parent-1.0.0.pom 5 KB
Browse

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