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

Download JAR files tagged by request with all dependencies

Search JAR files by class name

jdo2-tck from group org.apache.jdo (version 2.0-rc1)

The Java Data Objects 2.0 (JDO) API is a standard interface-based Java model abstraction of persistence, developed as Java Specification Request JSR 243 under the auspices of the Java Community Process. The JDO TCK is a test suite designed to test implementations of the Java Data Objects specification. In order to claim compatibility with JDO, an implementation must pass all relevant tests of the JDOTCK. NOTE!! There are no unit tests in this project.

Group: org.apache.jdo Artifact: jdo2-tck

 

0 downloads
Artifact jdo2-tck
Group org.apache.jdo
Version 2.0-rc1
Last update 28. February 2006
Organization not specified
URL Not specified
License not specified
Dependencies amount 20
Dependencies jdo2-api, jdo2-enhancer, jdo2-core, jpox, jpox-enhancer, derby, derbytools, junit, bcel, log4j, commons-logging, geronimo-spec-jta, spring-core, spring-beans, jpox-c3p0, jpox-dbcp, c3p0, commons-dbcp, commons-pool, commons-collections,
There are maybe transitive dependencies!

org.wso2.carbon.http.bridge from group org.wso2.carbon (version 4.10.13)

There are two ways to use OSGi in server-side[1]. In Carbon, what we have done is, embedding an OSGi framework inside a servlet container. So BridgeServlet delegates all the request from the servlet container to the HttpServiceServlet registered by the http.bridge bundle. This is required only when Carbon is running inside a webapp. There is a possibility to embed an HTTP server(ex. jetty) inside equinox and start a server with all our carbon bundles. This is same as running carbon inside spring DM server. For this scenario, we do not need org.wso2.carbon.http.bridge bundles and the org.wso2.carbon.bridge extension bundle. 1. http://eclipse.org/equinox/server/http_quickstart.php

Group: org.wso2.carbon Artifact: org.wso2.carbon.http.bridge
Show all versions Show documentation Show source 
 

0 downloads
Artifact org.wso2.carbon.http.bridge
Group org.wso2.carbon
Version 4.10.13
Last update 21. April 2024
Organization not specified
URL http://wso2.org
License not specified
Dependencies amount 3
Dependencies org.eclipse.osgi, org.wso2.carbon.bridge, org.eclipse.equinox.http.servlet,
There are maybe transitive dependencies!

dsexcel from group com.mescius.documents (version 7.1.0)

Programmatically generate, load, modify, and convert Excel .xlsx spreadsheets in your Java applications. Document Solutions for Excel (DsExcel, previously GcExcel) is a cross-platform high-speed, small-footprint spreadsheet API library that requires no dependencies on Excel. The powerful calculation engine supports 450+ Excel Functions and custom functions to perform complex calculations. DsExcel is 2x+ faster and uses less memory than Apache POI and allows you to save to XLSX, PDF, HTML, CSV, JSON and Images. Deploy your applications to the cloud, Windows, Mac, or Linux. If you'd like to remove the trial watermark and other trial limitations, please email [email protected] to request your 30-day evaluation key.

Group: com.mescius.documents Artifact: dsexcel
Show all versions Show documentation Show source 
 

0 downloads
Artifact dsexcel
Group com.mescius.documents
Version 7.1.0
Last update 15. April 2024
Organization not specified
URL https://developer.mescius.com/document-solutions/java-excel-api
License End-User License Agreements For MESCIUS Software
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

gcexcel from group com.grapecity.documents (version 7.1.0)

Programmatically generate, load, modify, and convert Excel .xlsx spreadsheets in your Java applications. GrapeCity Documents for Excel (GcExcel) is a cross-platform high-speed, small-footprint spreadsheet API library that requires no dependencies on Excel. The powerful calculation engine supports 450+ Excel Functions and custom functions to perform complex calculations. GcExcel is 2x+ faster and uses less memory than Apache POI and allows you to save to XLSX, PDF, HTML, CSV, JSON and Images. Deploy your applications to the cloud, Windows, Mac, or Linux. If you'd like to remove the trial watermark and other trial limitations, please email [email protected] to request your 30-day evaluation key.

Group: com.grapecity.documents Artifact: gcexcel
Show all versions Show documentation Show source 
 

13 downloads
Artifact gcexcel
Group com.grapecity.documents
Version 7.1.0
Last update 15. April 2024
Organization not specified
URL https://www.grapecity.com/documents-api-excel-java
License GC Documents EULA
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

MgntUtils from group com.github.michaelgantman (version 1.7.0.1)

Set of various Utils: stacktrace noise filter, String to/from unicode sequence converter, simple Http client JSON parser/serializer, Silent String parsing to Integer and other numeric types, Parsing String to time intervals with support for time unit suffixes, JSON parser that provides serialization/deserialization of classes to JSON, Version comparator and Version ranges operations, Self-throttling binary reader from Http request, File reader, A utility that automatically initiates a Factory with instances of all classes that implement user provided interface. An infrastructure for writing Scheduled Task classes where time interval for task execution is provided in humanly readable format (such as "9h" for 9 hours)

Group: com.github.michaelgantman Artifact: MgntUtils
Show all versions Show documentation Show source 
 

16 downloads
Artifact MgntUtils
Group com.github.michaelgantman
Version 1.7.0.1
Last update 27. December 2023
Organization not specified
URL https://github.com/michaelgantman/Mgnt
License The MIT License (MIT)
Dependencies amount 7
Dependencies javax.servlet-api, slf4j-api, commons-lang3, jackson-core, jackson-databind, jackson-datatype-jsr310, javax.annotation-api,
There are maybe transitive dependencies!

plsar from group net.plsar (version 2.2.0)

PLSA.R is an Open Source Java Server + API for high demand, low latency requirements. There are no static references, no file reads, access to static fields per request. Everything is either cached and or instantiated on the fly. PLSA.R runs via one command so there are no .war files to deploy, no additional plugins to install it is a simple yet powerful alternative to container deployment environments. PLSA.R even boasts a little dependency injection for data logic. www.plsar.net

Group: net.plsar Artifact: plsar
Show all versions Show documentation Show source 
 

0 downloads
Artifact plsar
Group net.plsar
Version 2.2.0
Last update 18. April 2023
Organization not specified
URL http://www.plsar.net
License MIT
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

SaltedKey from group com.rcastrucci.dev (version 1.2.0)

A simple repository to salt a secret key and verify its authenticity. Developed to be used in mobile applications while communicating with a server side using an Api. Instead of sending an apikey straight on the request, SaltedKey can generate a temporary public key, valid for one time use and during a specific time frame, default time is set to 60 seconds. This public key can be sent on request and on server side SaltedKey can verify its authenticity. The Salt is based on time millis and uses the algorithm SHA-256 to create the temporary public key. The public key base will change every time it exceeds the time frame. This library can increase the API security. Even if the public key used on request is exposed, no one will be able to use it again! As it is a one time use only.

Group: com.rcastrucci.dev Artifact: SaltedKey
Show all versions Show documentation Show source 
 

0 downloads
Artifact SaltedKey
Group com.rcastrucci.dev
Version 1.2.0
Last update 02. April 2023
Organization not specified
URL https://github.com/rcastrucci/saltedkey
License MIT License
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

dryuf-concurrent from group net.dryuf (version 1.7.0)

Dryuf Concurrent is enhancement over original Java Concurrent Future design. Apart from providing ListenableFuture functionality, it provides flexibility how to handle cancel() operations, can delay the notifications. It allows various types of notification listeners, distinguishing among successful end, failure and end due to cancel request. Last but not least, it has very low memory footprint and excellent performance, even outperforming JDK Future without listener support.

Group: net.dryuf Artifact: dryuf-concurrent
Show all versions Show documentation Show source 
 

0 downloads
Artifact dryuf-concurrent
Group net.dryuf
Version 1.7.0
Last update 01. April 2023
Organization not specified
URL https://github.com/dryuf/dryuf-concurrent
License Apache 2.0
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

gcexcel from group com.grapecity.documents.excel (version 6.0.0)

Programmatically generate, load, modify, and convert Excel .xlsx spreadsheets in your Java applications. GrapeCity Documents for Excel (GcExcel) is a cross-platform high-speed, small-footprint spreadsheet API library that requires no dependencies on Excel. The powerful calculation engine supports 450+ Excel Functions and custom functions to perform complex calculations. GcExcel is 2x+ faster and uses less memory than Apache POI and allows you to save to XLSX, PDF, HTML, CSV, JSON and Images. Deploy your applications to the cloud, Windows, Mac, or Linux. If you'd like to remove the trial watermark and other trial limitations, please email [email protected] to request your 30-day evaluation key.

Group: com.grapecity.documents.excel Artifact: gcexcel
Show documentation Show source 
 

0 downloads
Artifact gcexcel
Group com.grapecity.documents.excel
Version 6.0.0
Last update 12. December 2022
Organization not specified
URL https://www.grapecity.com/documents-api-excel-java
License GC Documents EULA
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

sumatera from group io.github.febialfarabi (version 1.0.22)

@Sumatera Model converter from ORM class to regular pojo class, the ORM term is a modelling class that doesn't like regular pojo, such like @Entity from JPA/Hibernate and so on. It can be used for mapping regular object, post data in request body where you cannot put ORM class directly in a parameter, or you cannot convert to json directly, or any other problem regarding it. You don't need anymore to create duplicate Dto / Pojo class which represent ORM class, just write your ORM class and annotate it with @Sumatera, then the regular pojo class would be generated for you.

Group: io.github.febialfarabi Artifact: sumatera
Show all versions Show documentation Show source 
 

0 downloads
Artifact sumatera
Group io.github.febialfarabi
Version 1.0.22
Last update 17. February 2021
Organization not specified
URL https://github.com/febiAlfarabi/pojoing
License The Alfarabi License
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!



Page 146 from 154 (items total 1531)


© 2015 - 2024 Weber Informatics LLC | Privacy Policy