<dependency> <groupId>org.ow2.jonas.tools</groupId> <artifactId>configurator</artifactId> <version>1.0.0</version> <type>pom</type> </dependency>
implementation 'org.ow2.jonas.tools:configurator:1.0.0'
implementation("org.ow2.jonas.tools:configurator:1.0.0")
libraryDependencies += "org.ow2.jonas.tools" % "configurator" % "1.0.0"
@Grapes( @Grab(group='org.ow2.jonas.tools', module='configurator', version='1.0.0') )
<dependency org="org.ow2.jonas.tools" name="configurator" rev="1.0.0" />
[org.ow2.jonas.tools/configurator "1.0.0"]
'org.ow2.jonas.tools:configurator:jar:1.0.0'
<parent> <groupId>org.ow2</groupId> <artifactId>ow2</artifactId> <version>1.1</version> </parent>
compile
|-- log4j:log4j:1.2.14
|-- org.apache.ant:ant:1.7.1
|-- xerces:xercesImpl:2.8.1
test
|-- junit:junit:4.4