Download openapi-7.0.3.jar file - Jar o

Jar examples for o:openapi

Description

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

You can download jar file openapi 7.0.3 in this page.

License

Apache License, Version 2.0

Build File

You can use the following script to add openapi-7.0.3.jar to your project.

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

Download

Click the following link to download the jar file.

openapi-7.0.3.jar
openapi-7.0.3.pom



Related Tutorials