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

Download JAR files tagged by send with all dependencies

Search JAR files by class name

aggregation-log-filter-logback from group com.axibase (version 3.2.1)

The filter plugs into the logging pipeline and measures number of log events at each trace level. These counters can be used to monitor error levels for the entire application and for individual loggers. The filter can be also configured to send a subset of log events into a backend storage system such as Axibase Time-Series Database to facilitate root-cause analysis.

Group: com.axibase Artifact: aggregation-log-filter-logback
Show all versions Show documentation Show source 
 

0 downloads
Artifact aggregation-log-filter-logback
Group com.axibase
Version 3.2.1
Last update 27. December 2021
Organization not specified
URL https://github.com/axibase/aggregation-log-filter/aggregation-log-filter-logback
License Apache License, Version 2.0
Dependencies amount 4
Dependencies aggregation-log-filter-core, slf4j-api, jul-to-slf4j, logback-classic,
There are maybe transitive dependencies!

aggregation-log-filter-log4j from group com.axibase (version 3.2.1)

The filter plugs into the logging pipeline and measures number of log events at each trace level. These counters can be used to monitor error levels for the entire application and for individual loggers. The filter can be also configured to send a subset of log events into a backend storage system such as Axibase Time-Series Database to facilitate root-cause analysis.

Group: com.axibase Artifact: aggregation-log-filter-log4j
Show all versions Show documentation Show source 
 

0 downloads
Artifact aggregation-log-filter-log4j
Group com.axibase
Version 3.2.1
Last update 27. December 2021
Organization not specified
URL https://github.com/axibase/aggregation-log-filter/aggregation-log-filter-log4j
License Apache License, Version 2.0
Dependencies amount 2
Dependencies aggregation-log-filter-core, log4j,
There are maybe transitive dependencies!

aggregation-log-filter-core from group com.axibase (version 3.2.1)

The filter plugs into the logging pipeline and measures number of log events at each trace level. These counters can be used to monitor error levels for the entire application and for individual loggers. The filter can be also configured to send a subset of log events into a backend storage system such as Axibase Time-Series Database to facilitate root-cause analysis.

Group: com.axibase Artifact: aggregation-log-filter-core
Show all versions Show documentation Show source 
 

0 downloads
Artifact aggregation-log-filter-core
Group com.axibase
Version 3.2.1
Last update 27. December 2021
Organization not specified
URL https://github.com/axibase/aggregation-log-filter/aggregation-log-filter-core
License Apache License, Version 2.0
Dependencies amount 2
Dependencies commons-lang3, commons-exec,
There are maybe transitive dependencies!

aggregation-log-filter from group com.axibase (version 3.2.1)

The filter plugs into the logging pipeline and measures number of log events at each trace level. These counters can be used to monitor error levels for the entire application and for individual loggers. The filter can be also configured to send a subset of log events into a backend storage system such as Axibase Time-Series Database to facilitate root-cause analysis.

Group: com.axibase Artifact: aggregation-log-filter
Show all versions 
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact aggregation-log-filter
Group com.axibase
Version 3.2.1
Last update 27. December 2021
Organization not specified
URL https://github.com/axibase/aggregation-log-filter
License Apache License, Version 2.0
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

aggregation-log-filter-log4j2 from group com.axibase (version 3.2.1)

The filter plugs into the logging pipeline and measures number of log events at each trace level. These counters can be used to monitor error levels for the entire application and for individual loggers. The filter can be also configured to send a subset of log events into a backend storage system such as Axibase Time-Series Database to facilitate root-cause analysis.

Group: com.axibase Artifact: aggregation-log-filter-log4j2
Show all versions Show documentation Show source 
 

0 downloads
Artifact aggregation-log-filter-log4j2
Group com.axibase
Version 3.2.1
Last update 27. December 2021
Organization not specified
URL https://github.com/axibase/aggregation-log-filter/aggregation-log-filter-log4j2
License Apache License, Version 2.0
Dependencies amount 3
Dependencies aggregation-log-filter-core, log4j-api, log4j-core,
There are maybe transitive dependencies!

serpent from group net.razorvine (version 1.40)

Serpent serializes an object tree into a Python ast.literal_eval() compatible literal expression. It is safe to send serpent data to other machines over the network for instance (because only 'safe' literals are encoded). There is also a deserializer or parse provided that turns such a literal expression back into the appropriate Java object tree. It is an alternative to JSON to provide easy data integration between Java and Python. Serpent is more expressive as JSON (it supports more data types).

Group: net.razorvine Artifact: serpent
Show all versions Show documentation Show source 
 

21 downloads
Artifact serpent
Group net.razorvine
Version 1.40
Last update 14. May 2021
Organization not specified
URL https://github.com/irmen/Serpent
License MIT License
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

json-sanitizer from group com.mikesamuel (version 1.2.3)

Given JSON-like content, converts it to valid JSON. This can be attached at either end of a data-pipeline to help satisfy Postel's principle: be conservative in what you do, be liberal in what you accept from others Applied to JSON-like content from others, it will produce well-formed JSON that should satisfy any parser you use. Applied to your output before you send, it will coerce minor mistakes in encoding and make it easier to embed your JSON in HTML and XML.

Group: com.mikesamuel Artifact: json-sanitizer
Show all versions Show documentation Show source 
 

137 downloads
Artifact json-sanitizer
Group com.mikesamuel
Version 1.2.3
Last update 12. May 2021
Organization OWASP
URL https://github.com/OWASP/json-sanitizer
License Apache License, Version 2.0
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

osgi.enroute.easse.simple.adapter from group biz.aQute (version 2.2.0)

Provides a mapping from Event Admin events to Javascript Server Side Events (SSE). This bundle registers under /sse/1, the remaining path is treated as the topic. It will then send all matching events to the browser through SSE. The type of the event is org.osgi.service.eventadmin;topic=%s, the data payload is a JSON representation of the event properties.

Group: biz.aQute Artifact: osgi.enroute.easse.simple.adapter
Show documentation Show source 
 

0 downloads
Artifact osgi.enroute.easse.simple.adapter
Group biz.aQute
Version 2.2.0
Last update 06. January 2020
Organization OSGi Alliance
URL http://v2archive.enroute.osgi.org/
License http://opensource.org/licenses/apache2.0.php
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

snot from group com.github.banjowaza (version 1.0.3)

SNOT Slack Notification is a highly configurable Slack notification library that combines annotations and filters to send Slack messages using default or custom message templates ([Slack Template Builder] (https://api.slack.com/block-kit)). Annotations can be at application or method levels and various strategies can be used to retrieve data from application or functions to build a context and provide to a template to generate a Slack notification.

Group: com.github.banjowaza Artifact: snot
Show documentation Show source 
 

0 downloads
Artifact snot
Group com.github.banjowaza
Version 1.0.3
Last update 04. December 2019
Organization not specified
URL https://github.com/banjowaza/snot
License SNOT
Dependencies amount 13
Dependencies spring-context, spring-web, jackson-databind, spring-boot, spring-boot-test-autoconfigure, commons-io, commons-collections4, json, guava, jackson-datatype-jsr310, commons-lang3, aspectjweaver, logback-classic,
There are maybe transitive dependencies!

osgi.enroute.easse.simple.adapter from group org.osgi (version 2.1.0)

Provides a mapping from Event Admin events to Javascript Server Side Events (SSE). This bundle registers under /sse/1, the remaining path is treated as the topic. It will then send all matching events to the browser through SSE. The type of the event is org.osgi.service.eventadmin;topic=%s, the data payload is a JSON representation of the event properties.

Group: org.osgi Artifact: osgi.enroute.easse.simple.adapter
Show all versions Show documentation Show source 
 

0 downloads
Artifact osgi.enroute.easse.simple.adapter
Group org.osgi
Version 2.1.0
Last update 26. September 2018
Organization OSGi Alliance
URL http://v2archive.enroute.osgi.org/
License http://opensource.org/licenses/apache2.0.php
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!



Page 83 from 87 (items total 867)


© 2015 - 2024 Weber Informatics LLC | Privacy Policy