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

Download JAR files tagged by particular with all dependencies

Search JAR files by class name

preferences from group org.tweetyproject (version 1.25)

Group: org.tweetyproject Artifact: preferences
Show all versions Show documentation Show source 
 

0 downloads
Artifact preferences
Group org.tweetyproject
Version 1.25
Last update 18. January 2024
Organization not specified
URL Not specified
License not specified
Dependencies amount 3
Dependencies math, plugin, hamcrest-core,
There are maybe transitive dependencies!

sat from group org.tweetyproject (version 1.25)

Group: org.tweetyproject Artifact: sat
Show all versions Show documentation Show source 
 

0 downloads
Artifact sat
Group org.tweetyproject
Version 1.25
Last update 18. January 2024
Organization not specified
URL Not specified
License not specified
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

nlp from group org.tweetyproject.lp (version 1.25)

Group: org.tweetyproject.lp Artifact: nlp
Show all versions Show documentation Show source 
 

0 downloads
Artifact nlp
Group org.tweetyproject.lp
Version 1.25
Last update 18. January 2024
Organization not specified
URL http://maven.apache.org
License not specified
Dependencies amount 1
Dependencies fol,
There are maybe transitive dependencies!

math from group org.tweetyproject (version 1.25)

Group: org.tweetyproject Artifact: math
Show all versions Show documentation Show source 
 

0 downloads
Artifact math
Group org.tweetyproject
Version 1.25
Last update 18. January 2024
Organization not specified
URL https://github.com/TweetyProjectTeam/TweetyProject
License not specified
Dependencies amount 7
Dependencies commons, commons-math, commons-math3, jama, ojalgo, isula, gurobi,
There are maybe transitive dependencies!

lp from group org.tweetyproject.arg (version 1.25)

Group: org.tweetyproject.arg Artifact: lp
Show all versions Show documentation Show source 
 

0 downloads
Artifact lp
Group org.tweetyproject.arg
Version 1.25
Last update 18. January 2024
Organization not specified
URL Not specified
License not specified
Dependencies amount 1
Dependencies asp,
There are maybe transitive dependencies!

fol from group org.tweetyproject.logics (version 1.25)

Group: org.tweetyproject.logics Artifact: fol
Show all versions Show documentation Show source 
 

0 downloads
Artifact fol
Group org.tweetyproject.logics
Version 1.25
Last update 18. January 2024
Organization not specified
URL https://github.com/TweetyProjectTeam/TweetyProject
License not specified
Dependencies amount 2
Dependencies commons, plugin,
There are maybe transitive dependencies!

mln from group org.tweetyproject.logics (version 1.25)

Group: org.tweetyproject.logics Artifact: mln
Show all versions Show documentation Show source 
 

0 downloads
Artifact mln
Group org.tweetyproject.logics
Version 1.25
Last update 18. January 2024
Organization not specified
URL Not specified
License not specified
Dependencies amount 2
Dependencies fol, pcl,
There are maybe transitive dependencies!

nb-quickopener from group io.github.drkunibar.netbeans (version 1.3.0)

<p>Sometimes while programming in NetBeans you want to explore a particular file that you are editing on the file system browser, or maybe launch a command in a terminal to do something with it.</p> <p>This plugins brings to your NetBeans six action, three of them always available and three of them available when the selected node has a file assiociated with it.<br/> In particular:<p><p><em>When the selection has a valid file</em></p> <ul> <li><strong>Open the default OS shell</strong> on the location of the file (or its folder) selected.</li> <li><strong>Open the file system browser</strong> on the location of the file (or its folder) selected.</li> <li><strong>Copy to the clipboard</strong> the path of the file selected.</li> </ul> <p><em>Always enabled:</em></p> <ul> <li><strong>Launch a shell command</strong> (with parameters, customizable on preferences)</li> <li><strong>FileSystem browser on any location</strong> (favorites, customizable on preferences)</li> <li><strong>Open a shell on any location</strong> (favorites, customizable on preferences)</li> </ul>

Group: io.github.drkunibar.netbeans Artifact: nb-quickopener
Show documentation Show source 
 

0 downloads
Artifact nb-quickopener
Group io.github.drkunibar.netbeans
Version 1.3.0
Last update 26. December 2023
Organization not specified
URL https://github.com/drkunibar/QuickOpener-NetBeans
License GNU GENERAL PUBLIC LICENSE, Version 3
Dependencies amount 41
Dependencies org-netbeans-api-annotations-common, org-openide-awt, org-openide-filesystems, org-openide-util-ui, org-openide-util, org-openide-util-lookup, org-openide-dialogs, org-netbeans-api-progress, org-netbeans-api-progress-nb, org-openide-loaders, org-netbeans-api-scripting, org-netbeans-api-templates, org-netbeans-modules-editor-mimelookup, org-netbeans-modules-queries, org-openide-actions, org-openide-explorer, org-openide-filesystems-nb, org-openide-modules, org-openide-nodes, org-openide-text, org-openide-windows, org-netbeans-modules-projectapi, org-netbeans-modules-projectuiapi, org-netbeans-modules-projectuiapi-base, org-netbeans-modules-options-api, org-netbeans-spi-quicksearch, org-netbeans-swing-outline, beansbinding, org-netbeans-modules-editor-lib, org-netbeans-modules-editor-document, org-netbeans-modules-editor-fold, org-netbeans-modules-editor-guards, org-netbeans-modules-editor-indent, org-netbeans-modules-editor-lib2, org-netbeans-modules-editor-settings, org-netbeans-modules-editor-util, org-netbeans-modules-lexer, org-netbeans-modules-javahelp, javahelp, org-netbeans-swing-tabcontrol, org-netbeans-modules-editor-settings-lib,
There are maybe transitive dependencies!

scala-tptp-parser_2.13 from group io.github.leoprover (version 1.7.1)

scala-tptp-parser is a library for parsing the input languages of the TPTP infrastructure for knowledge representation and reasoning. The package contains a data structure for the abstract syntax tree (AST) of the parsed input as well as the parser for the different language of the TPTP, see http://tptp.org for details. In particular, parser are available for: - THF (TH0/TH1): Monomorphic and polymorphic higher-order logic, - TFF (TF0/TF1): Monomorphic and polymorphic typed first-order logic, including extended TFF (TFX), - FOF: Untyped first-order logic, - TCF: Typed clause-normal form, - CNF: (Untyped) clause-normal form, and - TPI: TPTP Process Instruction language. The parser was initially based on v7.4.0.3 of the TPTP syntax BNF (http://tptp.org/TPTP/SyntaxBNF.html), but is continuously updated to keep track of TPTP language updates.

Group: io.github.leoprover Artifact: scala-tptp-parser_2.13
Show all versions Show documentation Show source 
 

0 downloads
Artifact scala-tptp-parser_2.13
Group io.github.leoprover
Version 1.7.1
Last update 25. March 2023
Organization io.github.leoprover
URL https://github.com/leoprover/scala-tptp-parser
License MIT
Dependencies amount 1
Dependencies scala-library,
There are maybe transitive dependencies!

nexus-deploy-stub from group com.yahoo.oak (version 0.2.5)

Group: com.yahoo.oak Artifact: nexus-deploy-stub
Show all versions 
 

0 downloads
Artifact nexus-deploy-stub
Group com.yahoo.oak
Version 0.2.5
Last update 03. March 2022
Organization not specified
URL Not specified
License not specified
Dependencies amount 1
Dependencies oak,
There are maybe transitive dependencies!



Page 22 from 33 (items total 327)


© 2015 - 2024 Weber Informatics LLC | Privacy Policy