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

Download JAR files tagged by something with all dependencies


fhdp-cxf-bom from group pl.fhframework.dp (version 4.10.401)

This module contains all (feel free if something is needed) Apache CXF modules that can be used with provided scope in Wildfly. When you add this module remember to add org.apache.cxf.impl org.apache.commons.lang3 org.apache.commons.lang to jboss-deployment-structure.xml You have to use it with provided scope in maven dependency.

Group: pl.fhframework.dp Artifact: fhdp-cxf-bom
Show all versions 
Download fhdp-cxf-bom.jar (4.10.401)
 

0 downloads
Artifact fhdp-cxf-bom
Group pl.fhframework.dp
Version 4.10.401
Last update 12. December 2022
Organization not specified
URL Not specified
License not specified
Dependencies amount 9
Dependencies commons-lang3, commons-lang, wss4j-ws-security-common, cxf-rt-ws-addr, cxf-rt-frontend-jaxws, cxf-core, cxf-rt-ws-security, cxf-rt-transports-http, cxf-rt-ws-policy,
There are maybe transitive dependencies!

org.i3xx.util.symbol from group org.i3xx.util (version 0.1.0)

Provides a symbol to integer mapping that is the base of a lot of servises that work with symbols. A symbol is a, in it's context, unique word. Unlike a GUID or UUID a symbol is human readable and represents something. Symbols are often part of something we call classic artificial intelligence. Once a symbol is mapped to an integer this mapping never changes.

Group: org.i3xx.util Artifact: org.i3xx.util.symbol
Show documentation Show source 
Download org.i3xx.util.symbol.jar (0.1.0)
 

0 downloads
Artifact org.i3xx.util.symbol
Group org.i3xx.util
Version 0.1.0
Last update 06. July 2015
Organization not specified
URL http://maven.apache.org
License not specified
Dependencies amount 8
Dependencies org.i3xx.util.basic, org.i3xx.util.platform, org.i3xx.util.general.setup, org.osgi.core, org.osgi.compendium, log4j, slf4j-api, slf4j-log4j12,
There are maybe transitive dependencies!

baton from group org.technologybrewery.baton (version 1.1.1)

Baton pays homage to Burton Baton, a fabulous beer that is a blend of an English-style Old Ale and an imperial IPA. This "two thread" beer brings both source beers together into something arguably better than either beer was individually. Like the beer, this project blends two components to improve an existing codebase with new migrations. The result is more substantive and satisfying. #BringBackBurtonBaton

Group: org.technologybrewery.baton Artifact: baton
Show all versions 
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact baton
Group org.technologybrewery.baton
Version 1.1.1
Last update 12. July 2024
Organization not specified
URL https://github.com/TechnologyBrewery/baton
License MIT License
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

mbql-easyexcel-model from group io.github.mbql (version 1.0.0)

Group: io.github.mbql Artifact: mbql-easyexcel-model
Show documentation Show source 
Download mbql-easyexcel-model.jar (1.0.0)
 

0 downloads
Artifact mbql-easyexcel-model
Group io.github.mbql
Version 1.0.0


sparknotation from group com.ftpix (version 1.17)

Sparknotation is a library to use Sparkjava framework with annotation. It is useful when working on projects with a lot of endpoints where it sometimes becomes messy to deal with all these Spark.something methods. It also saves the hassle of always getting back parameters, query parameters and headers from the Request object.

Group: com.ftpix Artifact: sparknotation
Show all versions Show documentation Show source 
Download sparknotation.jar (1.17)
 

0 downloads
Artifact sparknotation
Group com.ftpix
Version 1.17
Last update 08. January 2022
Organization not specified
URL https://github.com/lamarios/sparknotation
License Apache License, Version 2.0
Dependencies amount 4
Dependencies spark-core, scannotation, log4j-core, javassist,
There are maybe transitive dependencies!

gant_groovy1.5 from group org.codehaus.gant (version 1.8.1)

Gant is a tool for scripting Ant tasks using Groovy instead of XML to specify the logic. A Gant specification is just a Groovy script and so can bring all the power of Groovy to bear directly, something not possible with Ant scripts. Whilst it might be seen as a competitor to Ant, Gant relies on all the Ant tasks for actually doing things, so it is really an alternative way of doing things using Ant, but using a programming language rather than XML to specify the rules.

Group: org.codehaus.gant Artifact: gant_groovy1.5
Show all versions 
Download gant_groovy1.5.jar (1.8.1)
 

0 downloads
Artifact gant_groovy1.5
Group org.codehaus.gant
Version 1.8.1
Last update 13. October 2009
Organization Russel Winder
URL http://gant.codehaus.org/
License The Apache Software License, Version 2.0
Dependencies amount 3
Dependencies groovy-all, commons-cli, ant,
There are maybe transitive dependencies!

gant from group org.codehaus.gant (version 1.4.0)

Gant is a build tool for scripting Ant tasks using Groovy instead of XML to specify the build logic. A Gant build specification is just a Groovy script and so can bring all the power of Groovy to bear directly, something not possible with Ant scripts. Whilst it might be seen as a competitor to Ant, Gant relies on all the Ant tasks for actually doing things, so it is really an alternative way of doing builds using Ant, but using a programming language rather than XML to specify the build rules.

Group: org.codehaus.gant Artifact: gant
Show all versions 
Download gant.jar (1.4.0)
 

0 downloads
Artifact gant
Group org.codehaus.gant
Version 1.4.0
Last update 13. July 2008
Organization Russel Winder
URL http://gant.codehaus.org/
License The Apache Software License, Version 2.0
Dependencies amount 3
Dependencies groovy, commons-cli, ant,
There are maybe transitive dependencies!

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

<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 all versions Show documentation Show source 
Download nb-quickopener.jar (1.3.2)
 

0 downloads
Artifact nb-quickopener
Group io.github.drkunibar.netbeans
Version 1.3.2
Last update 23. December 2024
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!

evita_external_api from group io.evitadb (version 2024.12.0)

Group: io.evitadb Artifact: evita_external_api
Show all versions 
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact evita_external_api
Group io.evitadb
Version 2024.12.0
Last update 20. December 2024
Organization not specified
URL Not specified
License not specified
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

evita_functional_tests from group io.evitadb (version 2024.12.0)

Group: io.evitadb Artifact: evita_functional_tests
Show all versions Show source 
Download evita_functional_tests.jar (2024.12.0)
 

0 downloads
Artifact evita_functional_tests
Group io.evitadb
Version 2024.12.0
Last update 20. December 2024
Organization not specified
URL Not specified
License not specified
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!



Page 8 from 12 (items total 118)


© 2015 - 2025 Weber Informatics LLC | Privacy Policy