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

Download JAR files tagged by home with all dependencies

Search JAR files by class name

activiti-gui from group org.aperteworkflow (version 2.0)

Group: org.aperteworkflow Artifact: activiti-gui
Show all versions Show documentation 
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact activiti-gui
Group org.aperteworkflow
Version 2.0
Last update 07. May 2013
Organization not specified
URL Not specified
License not specified
Dependencies amount 6
Dependencies activiti-context, base-gui, editor, integration, slf4j-api, slf4j-jdk14,
There are maybe transitive dependencies!

activiti-context from group org.aperteworkflow (version 2.0)

Group: org.aperteworkflow Artifact: activiti-context
Show all versions Show documentation Show source 
 

0 downloads
Artifact activiti-context
Group org.aperteworkflow
Version 2.0
Last update 07. May 2013
Organization not specified
URL Not specified
License not specified
Dependencies amount 5
Dependencies integration-interface, activiti-engine, javassist, xstream, hibernate-core,
There are maybe transitive dependencies!

custom-widget-archetype from group org.aperteworkflow (version 1.1.1)

Aperte Workflow is a compilation of well-known, stable and mature frameworks into a complete BPM solution developed by BlueSoft sp. z o.o. - Polish independent software vendor. Project home page is available at http://www.aperteworkflow.org/

Group: org.aperteworkflow Artifact: custom-widget-archetype
Show all versions Show source 
 

0 downloads
Artifact custom-widget-archetype
Group org.aperteworkflow
Version 1.1.1
Last update 17. May 2012
Organization not specified
URL http://nexus.sonatype.org/oss-repository-hosting.html/aperteworkflow-core/widget
License GNU Lesser General Public License, Version 2.1
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

document-provider-registry from group org.aperteworkflow (version 1.1.1)

Group: org.aperteworkflow Artifact: document-provider-registry
Show documentation Show source 
 

0 downloads
Artifact document-provider-registry
Group org.aperteworkflow
Version 1.1.1
Last update 17. May 2012
Organization not specified
URL Not specified
License not specified
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

core-plugins from group org.aperteworkflow (version 1.1.1)

Group: org.aperteworkflow Artifact: core-plugins
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact core-plugins
Group org.aperteworkflow
Version 1.1.1


relaxngDatatype from group com.sun.xml (version 1.0)

A light-weight easy to use schema language. Version distributed by Sun as part of the Java Web Services Developer Pack 1.6 http://www.relaxng.org/#other-software http://www.oasis-open.org/committees/tc_home.php?wg_abbrev=relax-ng

Group: com.sun.xml Artifact: relaxngDatatype

 

6 downloads
Artifact relaxngDatatype
Group com.sun.xml
Version 1.0
Last update 26. November 2005
Organization not specified
URL http://java.sun.com/webservices/jwsdp/index.jsp
License not specified
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

nifi-registry-ranger-jersey-bundle from group org.apache.nifi.registry (version 2.0.0-M2)

This module removes javax.ws.rs package from jersey-bundle.jar which is used by ranger-plugins-common.jar in order to address javax.ws.rs version mismatch between jersey-bundle.jar and NiFi Registry. NiFi Registry uses javax.ws.rs version 2.1. Without doing this, NiFi Registry encounters java.lang.LinkageError: ClassCastException: attempting to castjar:file:nifi-registry-xxx/work/jetty/nifi-registry-web-api-xxx.war/webapp/WEB-INF/lib/javax.ws.rs-api.jar!/javax/ws/rs/ext/RuntimeDelegate.classtojar:file:/home/koji/nifi-registry-xxx/./ext/ranger/lib/jersey-bundle.jar!/javax/ws/rs/ext/RuntimeDelegate.class

Group: org.apache.nifi.registry Artifact: nifi-registry-ranger-jersey-bundle
Show all versions Show source 
 

1 downloads
Artifact nifi-registry-ranger-jersey-bundle
Group org.apache.nifi.registry
Version 2.0.0-M2
Last update 26. January 2024
Organization not specified
URL Not specified
License not specified
Dependencies amount 1
Dependencies jersey-bundle,
There are maybe transitive dependencies!

ijp_imageio from group net.sf.ij-plugins (version 2.3.0)

ijp-ImageIO enable reading and writing images using Java ImageIO codecs. The core ImageIO formats: JPEG, PNG, BMP, WBMP, and GIF. IJP-ImageIO is also using JAI codes adding support for TIFF, JPEG200, PNM, and PCX. TIFF supports reading and writing using various compression schemes: LZW, JPEG, ZIP, and Deflate. For more detailed information see IJP-ImageIO home page: https://github.com/ij-plugins/ijp-imageio/wiki.

Group: net.sf.ij-plugins Artifact: ijp_imageio
Show all versions Show documentation Show source 
 

0 downloads
Artifact ijp_imageio
Group net.sf.ij-plugins
Version 2.3.0
Last update 29. May 2022
Organization net.sf.ij-plugins
URL https://github.com/ij-plugins/ijp-imageio
License LGPL-2.1
Dependencies amount 1
Dependencies ij,
There are maybe transitive dependencies!

less4j from group com.github.sommeri (version 1.17.2)

Less language is an extension of css and less4j compiles it into regular css. It adds several dynamic features into css: variables, expressions, nested rules. Less4j is a port. The original compiler was written in JavaScript and is called less.js. The less language is mostly defined in less.js documentation/issues and by what less.js actually do. Links to less.js: * home page: http://lesscss.org/ * source code & issues: https://github.com/cloudhead/less.js

Group: com.github.sommeri Artifact: less4j
Show all versions Show documentation Show source 
 

4 downloads
Artifact less4j
Group com.github.sommeri
Version 1.17.2
Last update 14. March 2016
Organization not specified
URL https://github.com/SomMeri/less4j
License The Apache Software License, Version 2.0
Dependencies amount 5
Dependencies antlr-runtime, commons-io, commons-beanutils, json, protobuf-java,
There are maybe transitive dependencies!

T4Spring from group org.bitbucket.omargameelsalem (version 1.0)

T4Spring is a code generation tool for Spring MVC apps that creates strongly typed views that eliminate the use of literal strings in many places. e.g. instead of @RequestMapping(value = "/", method = RequestMethod.GET) public String index(ModelMap map) { map.addAttribute("msg", "literal strings are no good!!"); return "Home/index"; } T4Spring lets you write @RequestMapping(value = "/", method = RequestMethod.GET) public String index(ModelMap map) { map.addAttribute("msg", "Hello T4Spring!!"); return Views.Home.index; }

Group: org.bitbucket.omargameelsalem Artifact: T4Spring
Show documentation Show source 
 

0 downloads
Artifact T4Spring
Group org.bitbucket.omargameelsalem
Version 1.0
Last update 01. September 2014
Organization not specified
URL https://bitbucket.org/omar_gameel_salem/t4spring/overview
License MIT License
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!



Page 37 from 3 (items total 414)


© 2015 - 2024 Weber Informatics LLC | Privacy Policy