Jar examples for a:application
Generates an application file. An application file is a single executable file containing your entire application, it's all you need to distribute or run the application. Technically, an application file is a Bash shell script with an appended executable jar file. You can invoke it directly or you can pass it as an argument to java -jar. You can rename it without breaking the application.
You can download jar file application 1.0.0-alpha11 in this page.
GNU Lesser General Public License, Version 2.1
You can use the following script to add application-1.0.0-alpha11.jar to your project.
<dependency> <groupId>com.opsbears.webcomponents</groupId> <artifactId>application</artifactId> <version>1.0.0-alpha11</version> </dependency>
compile group: 'com.opsbears.webcomponents', name: 'application', version: '1.0.0-alpha11'
libraryDependencies += "com.opsbears.webcomponents" % "application" % "1.0.0-alpha11"
<dependency org="com.opsbears.webcomponents" name="application" rev="1.0.0-alpha11"/>
@Grapes(@Grab(group='com.opsbears.webcomponents', module='application', version='1.0.0-alpha11'))
'com.opsbears.webcomponents:application:jar:1.0.0-alpha11'
Click the following link to download the jar file.
application-1.0.0-alpha11-javadoc.jar