![JAR search and dependency download from the Maven repository](/logo.png)
templates.jnlp-template.xml Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of jason Show documentation
Show all versions of jason Show documentation
Jason is a fully-fledged interpreter for an extended version of AgentSpeak, a BDI agent-oriented logic programming language.
<?xml version="1.0" encoding="utf-8"?> <jnlp spec="1.0+" href="<PROJECT-ID>.jnlp" codebase="<DEFAULT-CODEBASE>" > <!-- Change the codebase above to the URL where your application was uploaded, it is something like "http://xx.com/app/<PROJECT-ID>-jws" --> <information> <title>Jason Application: <PROJECT-ID></title> <vendor>Open Source</vendor> <homepage href="http://jason.sf.net"/> <description>Jason Example</description> <description kind="short">Jason is an AgentSpeak interpreter</description> <description kind="one-line">Jason Application: <PROJECT-ID></description> <icon href="Jason-GMoreau-Icon.jpg"/> <offline-allowed/> </information> <security><all-permissions /></security> <resources> <j2se version="1.5+" href="http://java.sun.com/products/autodl/j2se"/> <jar href="<PROJECT-ID>.jar" /> <OTHER-JARS> </resources> <application-desc main-class="jason.infra.centralised.RunCentralisedMAS" /> </jnlp>
© 2015 - 2025 Weber Informatics LLC | Privacy Policy