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

org.jfrog.maven.maven-plugin-tools-anno from group br.com.ingenieux.maven.annomojo (version 1.4.1)

Maven Anno Mojo module conatining the implementation of the MojoDescriptorExtractor used by the plugin maven-plugin-plugin. This POM override the standard java MojoDescriptorExtractor to avoid qdox parsing error. Adding this module as a dependencies to maven-plugin-plugin will stop the xdoclet plugin system is from being activated, and will activate this annotations processor instead.

Group: br.com.ingenieux.maven.annomojo Artifact: org.jfrog.maven.maven-plugin-tools-anno
Show documentation Show source 
 

0 downloads
Artifact org.jfrog.maven.maven-plugin-tools-anno
Group br.com.ingenieux.maven.annomojo
Version 1.4.1
Last update 17. March 2012
Organization not specified
URL Not specified
License not specified
Dependencies amount 3
Dependencies org.jfrog.maven.maven-plugin-anno, maven-plugin-tools-api, maven-plugin-descriptor,
There are maybe transitive dependencies!

maven-plugin-tools-anno from group org.jfrog.maven.annomojo (version 1.4.1)

Maven Anno Mojo module conatining the implementation of the MojoDescriptorExtractor used by the plugin maven-plugin-plugin. This POM override the standard java MojoDescriptorExtractor to avoid qdox parsing error. Adding this module as a dependencies to maven-plugin-plugin will stop the xdoclet plugin system is from being activated, and will activate this annotations processor instead.

Group: org.jfrog.maven.annomojo Artifact: maven-plugin-tools-anno
Show all versions Show documentation Show source 
 

3 downloads
Artifact maven-plugin-tools-anno
Group org.jfrog.maven.annomojo
Version 1.4.1
Last update 19. December 2011
Organization not specified
URL Not specified
License not specified
Dependencies amount 3
Dependencies maven-plugin-anno, maven-plugin-tools-api, maven-plugin-descriptor,
There are maybe transitive dependencies!

org.wso2.carbon.mediation.commons from group org.wso2.carbon.mediation (version 4.7.205)

This module is common library module used by both WSO2 EI and WSO2 MI. This contains utility library modules. Note: Please follow below guides when adding new packages 1. AVOID adding any OSGI Declarative services 2. AVOID adding WSO2 specific modules as dependencies. For example: Carbon-Kernel, Carbon-Registry 3. No restrictions to add any third party dependencies (that comply with WSO2 license policies) For example: Axis2, Synapse, Axiom, etc.

Group: org.wso2.carbon.mediation Artifact: org.wso2.carbon.mediation.commons
Show all versions Show documentation Show source 
 

0 downloads
Artifact org.wso2.carbon.mediation.commons
Group org.wso2.carbon.mediation
Version 4.7.205
Last update 17. April 2024
Organization not specified
URL Not specified
License not specified
Dependencies amount 4
Dependencies synapse-core, org.wso2.carbon.core, gson, swagger-parser,
There are maybe transitive dependencies!

hive-iceberg-shading from group org.apache.hive (version 4.0.0)

This module collects all required Iceberg modules and their dependencies, and shades them. Consuming modules only need to mark this module as their dependency to get any required Iceberg libs. This module has no sources of its own, only the built jar file contains the gathered and shaded libs. For Intellij this module is recommended to be ignored, to avoid the dependent modules considering this as a module dependency, they should see this as a library dependency instead.

Group: org.apache.hive Artifact: hive-iceberg-shading
Show all versions Show source 
 

0 downloads
Artifact hive-iceberg-shading
Group org.apache.hive
Version 4.0.0
Last update 25. March 2024
Organization not specified
URL Not specified
License not specified
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

maybe from group io.github.joselion (version 4.2.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: io.github.joselion Artifact: maybe
Show all versions Show documentation Show source 
 

0 downloads
Artifact maybe
Group io.github.joselion
Version 4.2.1
Last update 13. February 2024
Organization not specified
URL https://github.com/JoseLion/maybe
License The Apache License, Version 2.0
Dependencies amount 1
Dependencies org.eclipse.jdt.annotation,
There are maybe transitive dependencies!

dbunit-ant from group io.github.vasiliygagin (version 2.10.0)

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: io.github.vasiliygagin Artifact: dbunit-ant
Show all versions Show documentation Show source 
 

0 downloads
Artifact dbunit-ant
Group io.github.vasiliygagin
Version 2.10.0
Last update 04. January 2024
Organization not specified
URL Not specified
License GNU Lesser General Public License, Version 2.1
Dependencies amount 4
Dependencies dbunit-core, dbunit-xls, junit, ant,
There are maybe transitive dependencies!

dbunit-core from group io.github.vasiliygagin (version 2.10.0)

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: io.github.vasiliygagin Artifact: dbunit-core
Show all versions Show documentation Show source 
 

0 downloads
Artifact dbunit-core
Group io.github.vasiliygagin
Version 2.10.0
Last update 04. January 2024
Organization not specified
URL Not specified
License GNU Lesser General Public License, Version 2.1
Dependencies amount 5
Dependencies slf4j-api, h2, hsqldb, postgresql, commons-compress,
There are maybe transitive dependencies!

dbunit-junit-legacy from group io.github.vasiliygagin (version 2.10.0)

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: io.github.vasiliygagin Artifact: dbunit-junit-legacy
Show documentation Show source 
 

0 downloads
Artifact dbunit-junit-legacy
Group io.github.vasiliygagin
Version 2.10.0
Last update 04. January 2024
Organization not specified
URL Not specified
License GNU Lesser General Public License, Version 2.1
Dependencies amount 3
Dependencies dbunit-core, slf4j-api, hamcrest-library,
There are maybe transitive dependencies!

dbunit-xls from group io.github.vasiliygagin (version 2.10.0)

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: io.github.vasiliygagin Artifact: dbunit-xls
Show documentation Show source 
 

0 downloads
Artifact dbunit-xls
Group io.github.vasiliygagin
Version 2.10.0
Last update 04. January 2024
Organization not specified
URL Not specified
License GNU Lesser General Public License, Version 2.1
Dependencies amount 4
Dependencies dbunit-core, slf4j-api, poi, poi-ooxml,
There are maybe transitive dependencies!

dbunit from group io.github.vasiliygagin (version 2.10.0)

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: io.github.vasiliygagin Artifact: dbunit
Show all versions 
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact dbunit
Group io.github.vasiliygagin
Version 2.10.0
Last update 04. January 2024
Organization not specified
URL https://github.com/vasiliygagin/dbunit
License GNU Lesser General Public License, Version 2.1
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!



Page 21 from 27 (items total 263)


© 2015 - 2024 Weber Informatics LLC | Privacy Policy