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

Download JAR files tagged by facilitate with all dependencies

Search JAR files by class name

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!

android-util from group net.morimekta.utils (version 3.0.1)

Utility classes mimicking classes from android.os and android.util that does not really require an android phone to run. Created to facilitate testing and usage of android compatible libraries without having to run it on an actual phone. Note that android.os.Parcel and android.os.Bundle only supports a subset of it's original interface as these parts actually are dependent on the native phone library to work properly, or they have no real need on modern phones / outside android.

Group: net.morimekta.utils Artifact: android-util
Show all versions Show documentation Show source 
 

503 downloads
Artifact android-util
Group net.morimekta.utils
Version 3.0.1
Last update 08. September 2018
Organization not specified
URL https://gitlab.com/morimekta/android-util
License Apache License, Version 2.0
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

oauth2-useragent from group com.microsoft.alm (version 0.11.3)

Provides classes to facilitate the implementation of "4.1. Authorization Code Grant" from RFC 6749, specifically by auto-detecting a suitable user-agent (and informing the user if any system requirements are unmet and preventing the use of a user-agent), launching the user-agent and directing it to the authorization endpoint, waiting for the results and returning either the authorization code or the reason for failure.

Group: com.microsoft.alm Artifact: oauth2-useragent
Show all versions Show documentation Show source 
 

0 downloads
Artifact oauth2-useragent
Group com.microsoft.alm
Version 0.11.3
Last update 28. March 2018
Organization not specified
URL Not specified
License not specified
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

biojava-sequencing from group org.biojava (version 5.0.0-alpha15)

Group: org.biojava Artifact: biojava-sequencing
Show all versions Show documentation Show source 
 

5 downloads
Artifact biojava-sequencing
Group org.biojava
Version 5.0.0-alpha15
Last update 13. February 2018
Organization not specified
URL Not specified
License GNU LGPL v2
Dependencies amount 6
Dependencies guava, biojava-core, slf4j-api, log4j-slf4j-impl, log4j-api, log4j-core,
There are maybe transitive dependencies!

biojava-phylo from group org.biojava (version 5.0.0-alpha6)

Group: org.biojava Artifact: biojava-phylo
Show all versions Show documentation Show source 
 

0 downloads
Artifact biojava-phylo
Group org.biojava
Version 5.0.0-alpha6
Last update 16. August 2016
Organization not specified
URL http://www.biojava.org
License GNU LGPL v2
Dependencies amount 6
Dependencies biojava-core, forester, slf4j-api, log4j-slf4j-impl, log4j-api, log4j-core,
There are maybe transitive dependencies!

net.sourceforge.reb4j.scala from group net.sourceforge.reb4j (version 2.1.0)

The purpose of reb4j is to provide a pure Java wrapper around the regular expression syntax provided by the JRE's java.util.regex.Pattern class in order to facilitate programmatic construction of regular expressions while taking advantage of compile-time syntax checking. This sub-project contains the Scala implementation of reb4j.

Group: net.sourceforge.reb4j Artifact: net.sourceforge.reb4j.scala
Show all versions Show documentation Show source 
 

0 downloads
Artifact net.sourceforge.reb4j.scala
Group net.sourceforge.reb4j
Version 2.1.0
Last update 03. February 2013
Organization not specified
URL Not specified
License not specified
Dependencies amount 3
Dependencies junit, scala-library, scalatest_2.10,
There are maybe transitive dependencies!

net.sourceforge.reb4j from group net.sourceforge.reb4j (version 2.1.0)

The purpose of reb4j is to provide a pure Java wrapper around the regular expression syntax provided by the JRE's java.util.regex.Pattern class in order to facilitate programmatic construction of regular expressions while taking advantage of compile-time syntax checking. This sub-project contains the Java implementation of reb4j.

Group: net.sourceforge.reb4j Artifact: net.sourceforge.reb4j
Show all versions Show documentation Show source 
 

8 downloads
Artifact net.sourceforge.reb4j
Group net.sourceforge.reb4j
Version 2.1.0
Last update 03. February 2013
Organization not specified
URL Not specified
License not specified
Dependencies amount 2
Dependencies junit, functionaljava,
There are maybe transitive dependencies!



Page 64 from 66 (items total 660)


© 2015 - 2024 Weber Informatics LLC | Privacy Policy