<dependency> <groupId>com.phloc</groupId> <artifactId>parent-pom</artifactId> <version>23.2</version> <type>pom</type> </dependency>
implementation 'com.phloc:parent-pom:23.2'
implementation("com.phloc:parent-pom:23.2")
libraryDependencies += "com.phloc" % "parent-pom" % "23.2"
@Grapes( @Grab(group='com.phloc', module='parent-pom', version='23.2') )
<dependency org="com.phloc" name="parent-pom" rev="23.2" />
[com.phloc/parent-pom "23.2"]
'com.phloc:parent-pom:jar:23.2'
test
|-- junit:junit