Download application-1.0.0-alpha11.jar file - Jar a

Jar examples for a:application

Description

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.

License

GNU Lesser General Public License, Version 2.1

Build File

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'

Download

Click the following link to download the jar file.

application-1.0.0-alpha11-javadoc.jar
application-1.0.0-alpha11-sources.jar
application-1.0.0-alpha11.jar
application-1.0.0-alpha11.pom



Related Tutorials