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

Download JAR files tagged by also with all dependencies

Search JAR files by class name

husky-validation-service from group org.projecthusky.validation.service (version 2.3.0)

Group: org.projecthusky.validation.service Artifact: husky-validation-service
Show all versions Show documentation Show source 
 

0 downloads
Artifact husky-validation-service
Group org.projecthusky.validation.service
Version 2.3.0
Last update 08. February 2024
Organization not specified
URL Not specified
License not specified
Dependencies amount 4
Dependencies husky-common-gen, validation-model, ph-schematron-api, ph-schematron-xslt,
There are maybe transitive dependencies!

husky-communication-at from group org.projecthusky.communication (version 2.3.0)

Group: org.projecthusky.communication Artifact: husky-communication-at
Show all versions Show documentation Show source 
 

0 downloads
Artifact husky-communication-at
Group org.projecthusky.communication
Version 2.3.0
Last update 08. February 2024
Organization not specified
URL Not specified
License not specified
Dependencies amount 6
Dependencies husky-communication-gen, husky-common-at, opensaml-xacml-saml-impl, opensaml-xacml-impl, opensaml-saml-impl, slf4j-api,
There are maybe transitive dependencies!

fastutil from group it.unimi.dsi (version 8.5.13)

fastutil extends the Java Collections Framework by providing type-specific maps, sets, lists, and queues with a small memory footprint and fast access and insertion; it provides also big (64-bit) arrays, sets and lists, sorting algorithms, fast, practical I/O classes for binary and text files, and facilities for memory mapping large files. Note that if you have both this jar and fastutil-core.jar in your dependencies, fastutil-core.jar should be excluded.

Group: it.unimi.dsi Artifact: fastutil
Show all versions Show documentation Show source 
 

1862 downloads
Artifact fastutil
Group it.unimi.dsi
Version 8.5.13
Last update 06. February 2024
Organization not specified
URL http://fastutil.di.unimi.it/
License Apache License, Version 2.0
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

patterntesting-check-ct from group org.patterntesting (version 2.4.0)

PatternTesting Check.CT (patterntesting-check-ct) is a quality framework that allows to automatically verify that Architecture/Design recommendations are implemented correctly in the code. It provides different checks of known anti patterns (like using System.out for logging) but provides also a test framework for better testing. The checks are done during compile time (this is the "CT" in Check.CT").

Group: org.patterntesting Artifact: patterntesting-check-ct
Show all versions Show documentation Show source 
 

0 downloads
Artifact patterntesting-check-ct
Group org.patterntesting
Version 2.4.0
Last update 03. February 2024
Organization not specified
URL http://patterntesting.org/release/check/ct/
License not specified
Dependencies amount 1
Dependencies patterntesting-rt,
There are maybe transitive dependencies!

vonce-sqlbean-spring from group cn.vonce (version 1.6.0-beta23)

This is a tool that uses java object-oriented idea to write and generate SQL statements. On this basis, it also implements lightweight plug-in support similar to JPA for mybatis and spring JDBC. A large number of common SQL execution methods are built in plug-ins to improve development efficiency, reduce a large number of SQL statement writing, and make developers focus on business code writing.

Group: cn.vonce Artifact: vonce-sqlbean-spring
Show all versions Show documentation Show source 
 

0 downloads
Artifact vonce-sqlbean-spring
Group cn.vonce
Version 1.6.0-beta23
Last update 25. January 2024
Organization not specified
URL www.vonce.cn
License The MIT License
Dependencies amount 2
Dependencies vonce-sqlbean-core, reflectasm,
There are maybe transitive dependencies!

rribbit from group org.rribbit (version 8.0.0)

RRiBbit is an Open Source Java application framework that eliminates dependencies and simplifies code structure. It can be used as an Event Bus, but improves upon this by being compatible with existing code and allowing bidirectional communication between components. It also supports Remoting, so that you can use Event Buses that run on other machines, complete with failover, loadbalancing and SSL/TLS support.

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

0 downloads
Artifact rribbit
Group org.rribbit
Version 8.0.0
Last update 07. January 2024
Organization RRiBbit.org
URL http://www.rribbit.org
License The Apache Software License, Version 2.0
Dependencies amount 1
Dependencies slf4j-api,
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!



Page 165 from 245 (items total 2448)


© 2015 - 2024 Weber Informatics LLC | Privacy Policy