<dependency> <groupId>com.guicedee.services</groupId> <artifactId>commons-parent</artifactId> <version>62</version> <type>pom</type> </dependency>
implementation 'com.guicedee.services:commons-parent:62'
implementation("com.guicedee.services:commons-parent:62")
libraryDependencies += "com.guicedee.services" % "commons-parent" % "62"
@Grapes( @Grab(group='com.guicedee.services', module='commons-parent', version='62') )
<dependency org="com.guicedee.services" name="commons-parent" rev="62" />
[com.guicedee.services/commons-parent "62"]
'com.guicedee.services:commons-parent:jar:62'
<parent> <groupId>com.guicedee.services</groupId> <artifactId>services-parent</artifactId> <version>62</version> </parent>