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 6.249.9 in this page.
GNU Lesser General Public License, Version 2.1
You can use the following script to add application-6.249.9.jar to your project.
<dependency> <groupId>com.yahoo.vespa</groupId> <artifactId>application</artifactId> <version>6.249.9</version> </dependency>
compile group: 'com.yahoo.vespa', name: 'application', version: '6.249.9'
libraryDependencies += "com.yahoo.vespa" % "application" % "6.249.9"
<dependency org="com.yahoo.vespa" name="application" rev="6.249.9"/>
@Grapes(@Grab(group='com.yahoo.vespa', module='application', version='6.249.9'))
'com.yahoo.vespa:application:jar:6.249.9'
Click the following link to download the jar file.
application-6.249.9-javadoc.jar