Download rt-1.5.0_06.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 1.5.0_06 in this page.

License

The Apache Software License, Version 2.0

Build File

You can use the following script to add rt-1.5.0_06.jar to your project.

<dependency>
   <groupId>com.sun</groupId>
   <artifactId>rt</artifactId>
   <version>1.5.0_06</version>
</dependency>
compile group: 'com.sun', name: 'rt', version: '1.5.0_06'
libraryDependencies += "com.sun" % "rt" % "1.5.0_06"
<dependency org="com.sun" name="rt" rev="1.5.0_06"/>
@Grapes(@Grab(group='com.sun', module='rt', version='1.5.0_06'))
'com.sun:rt:jar:1.5.0_06'

Download

Click the following link to download the jar file.

rt-1.5.0_06.pom



Related Tutorials