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

Download JAR files tagged by powerful with all dependencies

Search JAR files by class name

ReportQrSupport from group com.vectorprint (version 8.10)

Group: com.vectorprint Artifact: ReportQrSupport
Show all versions Show documentation Show source 
 

0 downloads
Artifact ReportQrSupport
Group com.vectorprint
Version 8.10
Last update 02. April 2016
Organization not specified
URL Not specified
License not specified
Dependencies amount 2
Dependencies javase, ConfigurableReports,
There are maybe transitive dependencies!

ReportingParent from group com.vectorprint (version 8.10)

This powerful reporting library aims to simplify producing reports using iText. The most demanding and coding intensive tasks when producing reports with iText are how to get from data to report elements, how to style those blocks and how to evaluate (debug) the resulting report layout. Exactly those three tasks are simplified by this library: xml configuration and/or annotations to transform existing Java data objects into report block, provide styling information (css like, syntax independent) seperate from code, a firebug like debug mode to help evaluate your report.

Group: com.vectorprint Artifact: ReportingParent
Show all versions 
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact ReportingParent
Group com.vectorprint
Version 8.10
Last update 02. April 2016
Organization VectorPrint
URL http://vectorprintreport.java.net
License GNU Affero General Public License v3
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

groupdocs-java-client from group com.groupdocs (version 2.6.0)

GroupDocs.Total for Cloud is a suite of RESTful APIs that allows developers to seamlessly add powerful document collaboration functionality to their web/mobile applications or sites. With GroupDocs.Total, you can enable end users to view, collaboratively annotate, compare, convert, e-sign, assemble and securely share over 50 document and image types (including PDF and Microsoft Office) on the web, all without having to install any 3rd-party office software or browser plugins. With this SDK, you can easily customize and integrate GroupDocs’ document collaboration tools into your web or mobile Java application.

Group: com.groupdocs Artifact: groupdocs-java-client
Show all versions Show documentation Show source 
 

1 downloads
Artifact groupdocs-java-client
Group com.groupdocs
Version 2.6.0
Last update 26. October 2015
Organization GroupDocs
URL http://groupdocs.com/cloud/total-api
License The Apache Software License, Version 2.0
Dependencies amount 6
Dependencies jersey-client, jersey-multipart, commons-io, commons-codec, swagger-core_2.9.1, jsonassert,
There are maybe transitive dependencies!

opencl4java from group com.nativelibs4java (version 1.0.0-RC4)

OpenCL4Java is a thin Java wrapper around OpenCL's C API. It uses JNA as its interop layer library, which means it works on all of the (many) JNA-supported platforms (see http://jna.dev.java.net/). It is autogenerated by JNAerator (http://jnaerator.googlecode.com/), so updates to newer OpenCL specs are a matter of seconds. Note that OpenCL4Java is used by JavaCL, an Object-Oriented API that presents OpenCL in a much more practical, powerful and idiomatic way to Java. For more info, please visit http://code.google.com/p/nativelibs4java/wiki/OpenCL.

Group: com.nativelibs4java Artifact: opencl4java
Show all versions Show documentation Show source 
 

5 downloads
Artifact opencl4java
Group com.nativelibs4java
Version 1.0.0-RC4
Last update 08. March 2015
Organization not specified
URL http://code.google.com/p/nativelibs4java/wiki/OpenCL
License not specified
Dependencies amount 1
Dependencies bridj,
There are maybe transitive dependencies!

nuun-kernel from group org.nuunframework (version 1.1.0.M6)

Nuun Kernel is a software kernel for framework creation. It brings a powerful plugin design plus a JSR 330 compliant injection mechanism backed by Guice. Plugin benefits from kernel capabilities by sendings request to it : - kernel params request : - Classpath scans request :on class by name, annotation, meta annotation or more generally Predicate - Binding Request : Nuun Kernel provides an SPI in order to bring IOC from other vendors. Nuun Kernel come with 2 plugins: - Configuration Plugin : a plugin that inject the good property based on @Property annotation. - Log plugin : a Log handler that inject the good Log implementation

Group: org.nuunframework Artifact: nuun-kernel
Show all versions Show documentation Show source 
 

0 downloads
Artifact nuun-kernel
Group org.nuunframework
Version 1.1.0.M6
Last update 11. September 2014
Organization not specified
URL http://nuunframework.org/kernel
License LGPL 3.0
Dependencies amount 8
Dependencies sisu-guice, javax.inject, jsr305, aopalliance, reflections, commons-lang, commons-collections, slf4j-api,
There are maybe transitive dependencies!

VectorPrintReport from group com.vectorprint (version 13.1)

This powerful reporting library aims to simplify producing reports using iText. Looking at producing reports with iText the most demanding tasks are how to get from data to report blocks, how to style those blocks and how to evaluate (debug) the resulting report. Exactly those three major tasks are well supported by the VectorPrint report library: - (combination of) xml configuration and annotations to transform existing Java data objects into report block - provide styling information (css like) seperate from code - a firebug like debug mode to help evaluate your report.

Group: com.vectorprint Artifact: VectorPrintReport
Show all versions Show documentation Show source 
 

0 downloads
Artifact VectorPrintReport
Group com.vectorprint
Version 13.1
Last update 24. June 2014
Organization VectorPrint
URL http://vectorprintreport.java.net
License GNU Lesser General Public License
Dependencies amount 3
Dependencies itext, sac, VectorPrintConfig,
There are maybe transitive dependencies!

brap from group no.tornado.brap (version 1.0.1)

BRAP is a Java and Android remoting protocol that uses native Java object serialization, encapsulated in HTTP. It aims to be an alternative to Spring HttpInvoker and Spring Security especially when you don't need or want the dependencies of Spring in your client, for example when building a rich client app or an Android app where size is important. The authentication mechanism lets you use your own domain objects as credentials. Server configuration can be expressed solely in web.xml or by subclassing the ProxyServlet but there is also an optional SpringProxyServlet available for seamless Spring Integration. BRAP focuses on being easy to use, small in size (9 kb), yet powerful and extensible. The client uses a pluggable TransportProvider with default implementations for HttpURLConnection and Apache HttpClient.

Group: no.tornado.brap Artifact: brap
Show all versions 
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact brap
Group no.tornado.brap
Version 1.0.1
Last update 18. January 2013
Organization SYSE AS
URL http://brap.tornado.no/
License Apache License
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

opencl4java-jna from group com.nativelibs4java (version 1.0.0-RC3)

OpenCL4Java is a thin Java wrapper around OpenCL's C API. It uses JNA as its interop layer library, which means it works on all of the (many) JNA-supported platforms (see http://jna.dev.java.net/). It is autogenerated by JNAerator (http://jnaerator.googlecode.com/), so updates to newer OpenCL specs are a matter of seconds. Note that OpenCL4Java is used by JavaCL, an Object-Oriented API that presents OpenCL in a much more practical, powerful and idiomatic way to Java. For more info, please visit http://code.google.com/p/nativelibs4java/wiki/OpenCL.

Group: com.nativelibs4java Artifact: opencl4java-jna
Show all versions Show documentation Show source 
 

1 downloads
Artifact opencl4java-jna
Group com.nativelibs4java
Version 1.0.0-RC3
Last update 08. January 2013
Organization not specified
URL http://code.google.com/p/nativelibs4java/wiki/OpenCL
License not specified
Dependencies amount 1
Dependencies jnaerator-runtime,
There are maybe transitive dependencies!

jentity-swing from group org.jentity (version 0.3)

Group: org.jentity Artifact: jentity-swing
Show documentation Show source 
 

0 downloads
Artifact jentity-swing
Group org.jentity
Version 0.3
Last update 27. August 2012
Organization not specified
URL Not specified
License not specified
Dependencies amount 1
Dependencies jentity-core,
There are maybe transitive dependencies!

jentity-core from group org.jentity (version 0.3)

Group: org.jentity Artifact: jentity-core
Show documentation Show source 
 

0 downloads
Artifact jentity-core
Group org.jentity
Version 0.3
Last update 27. August 2012
Organization not specified
URL Not specified
License not specified
Dependencies amount 1
Dependencies commons-lang,
There are maybe transitive dependencies!



Page 183 from 185 (items total 1843)


© 2015 - 2024 Weber Informatics LLC | Privacy Policy