Download console-2.1.1.jar file - Jar c

Jar examples for c:console

Description

The Eclipse platform UI console plug-in provides a set of classes and interfaces to facilitate the creation and display of consoles in the ConsoleView.

You can download jar file console 2.1.1 in this page.

License

Eclipse Public License - v 1.0

Build File

You can use the following script to add console-2.1.1.jar to your project.

<dependency>
   <groupId>org.apache.geronimo.plugins</groupId>
   <artifactId>console</artifactId>
   <version>2.1.1</version>
</dependency>
compile group: 'org.apache.geronimo.plugins', name: 'console', version: '2.1.1'
libraryDependencies += "org.apache.geronimo.plugins" % "console" % "2.1.1"
<dependency org="org.apache.geronimo.plugins" name="console" rev="2.1.1"/>
@Grapes(@Grab(group='org.apache.geronimo.plugins', module='console', version='2.1.1'))
'org.apache.geronimo.plugins:console:jar:2.1.1'

Download

Click the following link to download the jar file.

console-2.1.1.pom



Related Tutorials