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

Download JAR files tagged by avoid with all dependencies

Search JAR files by class name

kie-platform-bom from group org.kie (version 7.74.1.Final)

The BOM declares all internal and appformer dependency versions in dependencyManagement. KIE modules should _not_ directly import this BOM and instead use kie-parent and import specific KIE user BOMs. That is to avoid unnecessary dependencies on UberFire, Dashbuilder or Guvnor for non-UI repositories like Drools or jBPM. Platform BOM can be used in cases when one needs to easily inherit all the different versions KIE is using.

Group: org.kie Artifact: kie-platform-bom
Show all versions 
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact kie-platform-bom
Group org.kie
Version 7.74.1.Final
Last update 13. July 2023
Organization not specified
URL Not specified
License not specified
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

externalsortinginjava from group com.google.code.externalsortinginjava (version 0.6.2)

Sometimes, you want to sort large file without first loading them into memory. The solution is to use External Sorting. You divide the files into small blocks, sort each block in RAM, and then merge the result. Many database engines and the Unix sort command support external sorting. But what if you want to avoid a database? Or what if you want to sort in a non-lexicographic order? Or maybe you just want a simple external sorting example? When we could not find such a simple program, we wrote one.

Group: com.google.code.externalsortinginjava Artifact: externalsortinginjava
Show all versions Show documentation Show source 
 

5 downloads
Artifact externalsortinginjava
Group com.google.code.externalsortinginjava
Version 0.6.2
Last update 04. April 2023
Organization not specified
URL http://github.com/lemire/externalsortinginjava/
License Public Domain
Dependencies amount 1
Dependencies commons-csv,
There are maybe transitive dependencies!

maybe from group com.github.joselion (version 2.1.1)

Maybe<T> is a monadic wrapper similar java.util.Optional, but with a different intention. By leveraging Optional<T> benefits, it provides a functional API that safely allows us to perform operations that may or may not throw checked and unchecked exceptions. The wrapper intends to help us avoid the imperative try/catch syntax, while promoting safe exception handling and functional programming principles.

Group: com.github.joselion Artifact: maybe
Show all versions Show documentation Show source 
 

0 downloads
Artifact maybe
Group com.github.joselion
Version 2.1.1
Last update 13. June 2022
Organization not specified
URL https://github.com/JoseLion/maybe
License The Apache License, Version 2.0
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

fix-virtual-host-app from group br.com.thiagomoreira.liferay.plugins.fix-virtual-host-app (version 5.1.0)

Group: br.com.thiagomoreira.liferay.plugins.fix-virtual-host-app Artifact: fix-virtual-host-app
Show all versions 
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact fix-virtual-host-app
Group br.com.thiagomoreira.liferay.plugins.fix-virtual-host-app
Version 5.1.0
Last update 25. March 2022
Organization not specified
URL Not specified
License not specified
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

fix-virtual-host-hook from group br.com.thiagomoreira.liferay.plugins.fix-virtual-host-app (version 5.1.0)

Group: br.com.thiagomoreira.liferay.plugins.fix-virtual-host-app Artifact: fix-virtual-host-hook
Show all versions Show documentation Show source 
 

0 downloads
Artifact fix-virtual-host-hook
Group br.com.thiagomoreira.liferay.plugins.fix-virtual-host-app
Version 5.1.0
Last update 25. March 2022
Organization not specified
URL Not specified
License not specified
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

hooks from group br.com.thiagomoreira.liferay.plugins.fix-virtual-host-app (version 5.1.0)

Group: br.com.thiagomoreira.liferay.plugins.fix-virtual-host-app Artifact: hooks
Show all versions 
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact hooks
Group br.com.thiagomoreira.liferay.plugins.fix-virtual-host-app
Version 5.1.0
Last update 25. March 2022
Organization not specified
URL Not specified
License not specified
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

fix-virtual-host-app-parent from group br.com.thiagomoreira.liferay.plugins.fix-virtual-host-app (version 5.1.0)

This app acts in the startup time of portal and help to fix the virtual host of Liferay. Given an existent database dump that points to a domain and a new environment needs to have a different domain the app will read a system property called liferay.virtual.host and set the value as the new company virtual host. For instance if the database dump points to www.myliferay.com and the property points to dev.myliferay.com the app will replace the former with the value of the latter. It was developed to avoid the redirect loop problem.

Group: br.com.thiagomoreira.liferay.plugins.fix-virtual-host-app Artifact: fix-virtual-host-app-parent
Show all versions 
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact fix-virtual-host-app-parent
Group br.com.thiagomoreira.liferay.plugins.fix-virtual-host-app
Version 5.1.0
Last update 25. March 2022
Organization not specified
URL https://www.thiagomoreira.com.br/projects/fix-virtual-host-app
License not specified
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

dbunit from group org.dbunit (version 2.7.3)

dbUnit is a JUnit extension (also usable from Ant and Maven) targeted for database-driven projects that, among other things, puts your database into a known state between test runs. This is an excellent way to avoid the myriad of problems that can occur when one test case corrupts the database and causes subsequent tests to fail or exacerbate the damage.

Group: org.dbunit Artifact: dbunit
Show all versions Show documentation Show source 
 

149 downloads
Artifact dbunit
Group org.dbunit
Version 2.7.3
Last update 13. February 2022
Organization not specified
URL http://dbunit.sourceforge.net
License GNU Lesser General Public License, Version 2.1
Dependencies amount 4
Dependencies slf4j-api, h2, hsqldb, postgresql,
There are maybe transitive dependencies!

xercesImpl from group de.julielab (version 2.11.0.1)

A slightly adapted version of Xerces 2.11.0 to allow the XMLStringBuffer responsible for XML attribute scanning to start larger and thus avoid extended appending times. The initial buffer size is controlled by settting the system property julielab.xerces.attributebuffersize (also available as constant XMLScanner#ATTRIBUTE_BUFFER_SIZE).

Group: de.julielab Artifact: xercesImpl
Show all versions Show documentation Show source 
 

125 downloads
Artifact xercesImpl
Group de.julielab
Version 2.11.0.1
Last update 21. April 2017
Organization not specified
URL http://www.julielab.de
License Apache License, Version 2.0
Dependencies amount 1
Dependencies xml-apis,
There are maybe transitive dependencies!

apacheds-jdbm-store from group org.apache.directory.server (version 1.5.7)

A JDBM entry store which does not have any dependency on core interfaces. The JDBM partition will use this store and build on it to adapt this to server specific partition interfaces. Having this separate module without dependencies on core interfaces makes it easier to avoid cyclic dependencies between modules. This is especially important for use within the bootstrap plugin which needs to build the schema partition used for bootstrapping the server.

Group: org.apache.directory.server Artifact: apacheds-jdbm-store
Show all versions Show documentation Show source 
 

0 downloads
Artifact apacheds-jdbm-store
Group org.apache.directory.server
Version 1.5.7
Last update 02. April 2010
Organization not specified
URL Not specified
License not specified
Dependencies amount 4
Dependencies apacheds-i18n, apacheds-jdbm, apacheds-core-entry, apacheds-core-avl,
There are maybe transitive dependencies!



Page 22 from 27 (items total 263)


© 2015 - 2024 Weber Informatics LLC | Privacy Policy