Download JAR files tagged by request with all dependencies
request-logger from group com.alterioncorp (version 1.1)
A servlet filter that logs requests to the log (slf4j) and writes them asynchronously to the DB.
RequestLoggerFilter - logs request info to the DB
RequestLoggerFilterPerfJdbc - subclass of RequestLoggerFilter that also logs time spent in JDBC using perf-jdbc
RequestLoggerFilterPerfmon4J - subclass of RequestLoggerFilter that also logs time spent in JDBC using perfmon4j
By default, uses the "java:/comp/env/jdbc/request-logger" data-source to log to. Can be overridden with the "com.alterion.requestlogger.jdbc.datasource-jndi" system-property.
DB schemas for MS-SQL and PostgreSQL are in src/main/sql
0 downloads
Artifact request-logger
Group com.alterioncorp
Version 1.1
Last update 24. May 2016
Organization not specified
URL https://bitbucket.org/alitovsky/request-logger
License Apache License, Version 2.0
Dependencies amount 2
Dependencies slf4j-api, commons-io,
There are maybe transitive dependencies!
Group com.alterioncorp
Version 1.1
Last update 24. May 2016
Organization not specified
URL https://bitbucket.org/alitovsky/request-logger
License Apache License, Version 2.0
Dependencies amount 2
Dependencies slf4j-api, commons-io,
There are maybe transitive dependencies!
scala-phonenumber_2.10 from group com.oglowo (version 0.3)
This will eventually be a port of Google's libphonenumber to Scala. For now, because I need this functionality quick, it simply wraps libphonenumber. It is NOT complete by any means. I've only added the functionality that I needed. Currently you get a PhoneNumber case class that assumes the country is USA when you don't pass the country in. While you can pass the country in, the only country defined is USA. If you're interested in more from this library, report an issue or send me a pull request. I want to complete it and slowly remove the dependency on Google's libphonenumber
0 downloads
Artifact scala-phonenumber_2.10
Group com.oglowo
Version 0.3
Last update 06. May 2014
Organization com.oglowo
URL https://github.com/oGLOWo/scala-phonenumber
License Apache 2.0
Dependencies amount 6
Dependencies scala-library, scalaz-core_2.10, shapeless_2.10, scala-logging-slf4j_2.10, libphonenumber, geocoder,
There are maybe transitive dependencies!
Group com.oglowo
Version 0.3
Last update 06. May 2014
Organization com.oglowo
URL https://github.com/oGLOWo/scala-phonenumber
License Apache 2.0
Dependencies amount 6
Dependencies scala-library, scalaz-core_2.10, shapeless_2.10, scala-logging-slf4j_2.10, libphonenumber, geocoder,
There are maybe transitive dependencies!
jdo2-tck from group org.apache.jdo (version 2.0-rc1)
0 downloads
dsexcel from group com.mescius.documents (version 8.0.1)
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.
0 downloads
Artifact dsexcel
Group com.mescius.documents
Version 8.0.1
Last update 30. December 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!
Group com.mescius.documents
Version 8.0.1
Last update 30. December 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!
reflectutils from group org.sakaiproject (version 0.9.21)
A set of reflection utilities and miscellaneous utilities related to
working with classes and their fields with no dependencies which is compatible
with java 1.5 and generics. The package was originally created by Aaron Zeckoski
for the Sakai Project and Generic DAO project but was repackaged to make it
distributable by request. It is used in the RSF framework
(http://www2.caret.cam.ac.uk/rsfwiki/) and the EntityBroker among other things.
Note about the BeanUtils provided dependency: BeanUtils is not required if you are
not using it in your project. Note about the Hibernate provided dependency:
Hibernate is not required if you are not using it in your project.
Artifact reflectutils
Group org.sakaiproject
Version 0.9.21
Last update 17. December 2024
Organization Sakai Community and the Apereo Foundation
URL Not specified
License Apache License 2
Dependencies amount 1
Dependencies commons-beanutils,
There are maybe transitive dependencies!
Group org.sakaiproject
Version 0.9.21
Last update 17. December 2024
Organization Sakai Community and the Apereo Foundation
URL Not specified
License Apache License 2
Dependencies amount 1
Dependencies commons-beanutils,
There are maybe transitive dependencies!
data-and-reporting-sdk from group io.sdks (version 1.2.0)
Data And Reporting product consists of API's which provides details of transaction and invoice informations about shell cards. The Shell Card Transaction and Invoice API is REST-based and employs Basic authentication in Version 1 and Oauth authentication in Version 2 end points. The API endpoints accept JSON-encoded request bodies, return JSON-encoded responses and use standard HTTP response codes. All resources are located in the Shell Card Platform. The Shell Card Platform is the overall platform that encompasses all the internal Shell systems used to manage resources.
0 downloads
Artifact data-and-reporting-sdk
Group io.sdks
Version 1.2.0
Last update 12. December 2024
Organization not specified
URL https://www.shell.com/
License MIT License
Dependencies amount 3
Dependencies core-interfaces, core, okhttp-client-adapter,
There are maybe transitive dependencies!
Group io.sdks
Version 1.2.0
Last update 12. December 2024
Organization not specified
URL https://www.shell.com/
License MIT License
Dependencies amount 3
Dependencies core-interfaces, core, okhttp-client-adapter,
There are maybe transitive dependencies!
card-management-sdk from group io.sdks (version 1.3.0)
The Shell Card Management API is REST-based and employs OAUTH 2.0,Basic and ApiKey authentication. The API endpoints accept JSON-encoded request bodies, return JSON-encoded responses and use standard HTTP response codes.
All resources are located in the Shell Card Platform. The Shell Card Platform is the overall platform that encompasses all the internal Shell systems used to manage resources. The internal workings of the platform are not important when interacting with the API. However, it is worth noting that the platform uses a microservice architecture to communicate with various backend systems and some API calls are processed asynchronously. All endpoints use the POST verb for retrieving, updating, creating and deleting resources in the Shell Card Platform. The endpoints that retrieve resources from the Shell Card Platform allow flexible search parameters in the API request body.
0 downloads
Artifact card-management-sdk
Group io.sdks
Version 1.3.0
Last update 12. December 2024
Organization not specified
URL https://www.shell.com/
License MIT License
Dependencies amount 3
Dependencies core-interfaces, core, okhttp-client-adapter,
There are maybe transitive dependencies!
Group io.sdks
Version 1.3.0
Last update 12. December 2024
Organization not specified
URL https://www.shell.com/
License MIT License
Dependencies amount 3
Dependencies core-interfaces, core, okhttp-client-adapter,
There are maybe transitive dependencies!
WSClient from group org.simple4j (version 24.11.28.0)
This is a simple Web Service Client library to call wide variety of web service behind HTTP.
In theory it can support any interface or payload.
On the request side, to convert java object to HTTP request components (URL, headers, body),
templating is used which allows it to call XML, JSON, SOAP, REST or anyother custom interface.
On the response side, it uses pluggable parser and a mapper to only extract the fields that are
of interest for the client program. The parser currently supports JSON and XML and returns a collections tree.
Artifact WSClient
Group org.simple4j
Version 24.11.28.0
Last update 29. November 2024
Organization not specified
URL https://github.com/simple4j/WSClient
License MIT License
Dependencies amount 7
Dependencies commons-beanutils, httpclient, httpcore, slf4j-api, jackson-core, jackson-databind, jackson-annotations,
There are maybe transitive dependencies!
Group org.simple4j
Version 24.11.28.0
Last update 29. November 2024
Organization not specified
URL https://github.com/simple4j/WSClient
License MIT License
Dependencies amount 7
Dependencies commons-beanutils, httpclient, httpcore, slf4j-api, jackson-core, jackson-databind, jackson-annotations,
There are maybe transitive dependencies!
org.wso2.carbon.http.bridge from group org.wso2.carbon (version 4.10.22)
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
Show all versions Show documentation Show source
0 downloads
Artifact org.wso2.carbon.http.bridge
Group org.wso2.carbon
Version 4.10.22
Last update 24. September 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!
Group org.wso2.carbon
Version 4.10.22
Last update 24. September 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!
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
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!
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!
- 1
- 2
- 3
- 4
- 5
- 6
- 7
- 8
- 9
- 10
- 11
- 12
- 13
- 14
- 15
- 16
- 17
- 18
- 19
- 20
- 21
- 22
- 23
- 24
- 25
- 26
- 27
- 28
- 29
- 30
- 31
- 32
- 33
- 34
- 35
- 36
- 37
- 38
- 39
- 40
- 41
- 42
- 43
- 44
- 45
- 46
- 47
- 48
- 49
- 50
- 51
- 52
- 53
- 54
- 55
- 56
- 57
- 58
- 59
- 60
- 61
- 62
- 63
- 64
- 65
- 66
- 67
- 68
- 69
- 70
- 71
- 72
- 73
- 74
- 75
- 76
- 77
- 78
- 79
- 80
- 81
- 82
- 83
- 84
- 85
- 86
- 87
- 88
- 89
- 90
- 91
- 92
- 93
- 94
- 95
- 96
- 97
- 98
- 99
- 100
- 101
- 102
- 103
- 104
- 105
- 106
- 107
- 108
- 109
- 110
- 111
- 112
- 113
- 114
- 115
- 116
- 117
- 118
- 119
- 120
- 121
- 122
- 123
- 124
- 125
- 126
- 127
- 128
- 129
- 130
- 131
- 132
- 133
- 134
- 135
- 136
- 137
- 138
- 139
- 140
- 141
- 142
- 143
- 144
- 145
- 146
- 147
- 148
- 149
- 150
- 151
- 152
- 153
- 154
- 155
- 156
- 157
- 158
- 159
Page 151 from 159 (items total 1585)
© 2015 - 2025 Weber Informatics LLC | Privacy Policy