Download forms_rt-5.0.jar file - Jar f

Jar examples for f:forms-rt

Description

A packaging of the IntelliJ Community Edition forms_rt library. This is release number 1 of trunk branch 142.

You can download jar file forms_rt 5.0 in this page.

License

Apache License, Version 2.0

Build File

You can use the following script to add forms_rt-5.0.jar to your project.

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

Download

Click the following link to download the jar file.

forms_rt-5.0.jar
forms_rt-5.0.pom



Related Tutorials