<dependency> <groupId>org.glassfish.metro</groupId> <artifactId>metro-commons</artifactId> <version>2.4.3</version> </dependency>
implementation 'org.glassfish.metro:metro-commons:2.4.3'
implementation("org.glassfish.metro:metro-commons:2.4.3")
libraryDependencies += "org.glassfish.metro" % "metro-commons" % "2.4.3"
@Grapes( @Grab(group='org.glassfish.metro', module='metro-commons', version='2.4.3') )
<dependency org="org.glassfish.metro" name="metro-commons" rev="2.4.3" />
[org.glassfish.metro/metro-commons "2.4.3"]
'org.glassfish.metro:metro-commons:jar:2.4.3'
<parent> <groupId>org.glassfish.metro</groupId> <artifactId>metro-project</artifactId> <version>2.4.3</version> </parent>
compile
|-- com.sun.xml.bind:jaxb-impl
|-- com.sun.xml.stream.buffer:streambuffer
|-- com.sun.xml.ws:jaxws-rt
test
|-- junit:junit