Download application-6.156.17.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 6.156.17 in this page.

License

GNU Lesser General Public License, Version 2.1

Build File

You can use the following script to add application-6.156.17.jar to your project.

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

Download

Click the following link to download the jar file.

application-6.156.17-javadoc.jar
application-6.156.17-sources.jar
application-6.156.17.jar
application-6.156.17.pom



Related Tutorials