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