All Downloads are FREE. Search and download functionalities are using the official Maven repository.

templates.default-jnlp-template.vm Maven / Gradle / Ivy

Go to download

The JavaFX Deploy Lib provides a core functionality for assembling JavaFX applications. It is build-tool independent and is intended to be used as a base to build plugins for Maven, Gradle and other third party tools. It is a direct replacement for the 'JavaFX packaging' library that comes with the JDK but without the limitations that come from being bundled in the JDK.

There is a newer version: 1.2
Show newest version




    

        ${app.title}
        ${app.vendor}
        #if(${app.description})${app.description}#end
        #if(${app.homepage})#end
        #if(${app.icon})#end
        #if(${app.splashImage})#end
        #if(${app.offlineAllowed}) #end

    

    
        

        #if(${app.jfxVersion})#**#
        
        #end#**#

        #foreach($jarResource in $app.jarResources)#**#
        
        #end#**#
    

    #if(!${app.permissions.isEmpty()})#**#
        
            #foreach($permission in $app.permissions)#**#
                <${permission}/>
            #end#**#
        
    #end#**#

    





© 2015 - 2024 Weber Informatics LLC | Privacy Policy