<dependency> <groupId>com.sun.xml.ws</groupId> <artifactId>rt-fi</artifactId> <version>2.3.0</version> </dependency>
implementation 'com.sun.xml.ws:rt-fi:2.3.0'
implementation("com.sun.xml.ws:rt-fi:2.3.0")
libraryDependencies += "com.sun.xml.ws" % "rt-fi" % "2.3.0"
@Grapes( @Grab(group='com.sun.xml.ws', module='rt-fi', version='2.3.0') )
<dependency org="com.sun.xml.ws" name="rt-fi" rev="2.3.0" />
[com.sun.xml.ws/rt-fi "2.3.0"]
'com.sun.xml.ws:rt-fi:jar:2.3.0'
<parent> <groupId>com.sun.xml.ws</groupId> <artifactId>project</artifactId> <version>2.3.0</version> </parent>
compile
|-- com.sun.xml.ws:rt
|-- com.sun.xml.fastinfoset:FastInfoset
test
|-- junit:junit