Download rt-2.2.10-b140319.1121.jar file - Jar r

Jar examples for r:rt

Description

Java Runtime Environment that can be found in Sun's JRE lib folder

You can download jar file rt 2.2.10-b140319.1121 in this page.

License

The Apache Software License, Version 2.0

Build File

You can use the following script to add rt-2.2.10-b140319.1121.jar to your project.

<dependency>
   <groupId>com.sun.xml.ws</groupId>
   <artifactId>rt</artifactId>
   <version>2.2.10-b140319.1121</version>
</dependency>
compile group: 'com.sun.xml.ws', name: 'rt', version: '2.2.10-b140319.1121'
libraryDependencies += "com.sun.xml.ws" % "rt" % "2.2.10-b140319.1121"
<dependency org="com.sun.xml.ws" name="rt" rev="2.2.10-b140319.1121"/>
@Grapes(@Grab(group='com.sun.xml.ws', module='rt', version='2.2.10-b140319.1121'))
'com.sun.xml.ws:rt:jar:2.2.10-b140319.1121'

Download

Click the following link to download the jar file.

rt-2.2.10-b140319.1121-javadoc.jar
rt-2.2.10-b140319.1121-sources.jar
rt-2.2.10-b140319.1121.jar
rt-2.2.10-b140319.1121.pom



Related Tutorials