GroupId | GroupIdpro.projo |
---|---|
ArtifactId | ArtifactIdprojo-parent |
Version | Version1.1.0 |
Type | Typepom |
Filename | Size |
---|---|
projo-parent-1.1.0.pom | 5 KB |
Browse |
<!-- https://jarcasting.com/artifacts/pro.projo/projo-parent/ -->
<dependency>
<groupId>pro.projo</groupId>
<artifactId>projo-parent</artifactId>
<version>1.1.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/pro.projo/projo-parent/
implementation 'pro.projo:projo-parent:1.1.0'
// https://jarcasting.com/artifacts/pro.projo/projo-parent/
implementation ("pro.projo:projo-parent:1.1.0")
'pro.projo:projo-parent:pom:1.1.0'
<dependency org="pro.projo" name="projo-parent" rev="1.1.0">
<artifact name="projo-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='pro.projo', module='projo-parent', version='1.1.0')
)
libraryDependencies += "pro.projo" % "projo-parent" % "1.1.0"
[pro.projo/projo-parent "1.1.0"]