<dependency> <groupId>org.ow2.util</groupId> <artifactId>util-plan-fetcher</artifactId> <version>1.0.35</version> <type>pom</type> </dependency>
implementation 'org.ow2.util:util-plan-fetcher:1.0.35'
implementation("org.ow2.util:util-plan-fetcher:1.0.35")
libraryDependencies += "org.ow2.util" % "util-plan-fetcher" % "1.0.35"
@Grapes( @Grab(group='org.ow2.util', module='util-plan-fetcher', version='1.0.35') )
<dependency org="org.ow2.util" name="util-plan-fetcher" rev="1.0.35" />
[org.ow2.util/util-plan-fetcher "1.0.35"]
'org.ow2.util:util-plan-fetcher:jar:1.0.35'
<parent> <groupId>org.ow2.util</groupId> <artifactId>util-plan</artifactId> <version>1.0.35</version> </parent>
compile
|-- org.ow2.util:util-log
|-- org.ow2.util:util-plan-schemas
test
|-- org.testng:testng