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