<dependency> <groupId>org.ow2.util.file</groupId> <artifactId>file</artifactId> <version>2.1.0</version> <type>bundle</type> </dependency>
implementation 'org.ow2.util.file:file:2.1.0'
implementation("org.ow2.util.file:file:2.1.0")
libraryDependencies += "org.ow2.util.file" % "file" % "2.1.0"
@Grapes( @Grab(group='org.ow2.util.file', module='file', version='2.1.0') )
<dependency org="org.ow2.util.file" name="file" rev="2.1.0" />
[org.ow2.util.file/file "2.1.0"]
'org.ow2.util.file:file:jar:2.1.0'
<parent> <groupId>org.ow2.util</groupId> <artifactId>parent</artifactId> <version>2.0.0</version> </parent>
compile
|-- org.ow2.util.log:log-api:2.0.0
test
|-- org.testng:testng:5.14