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

Download JAR files tagged by fixing with all dependencies

Search JAR files by class name

editorconfig-ant-tasks from group org.ec4j.ant (version 0.0.1)

Ant tasks for checking whether project files comply with format rules defined in .editorconfig files and eventually also for fixing the violations

Group: org.ec4j.ant Artifact: editorconfig-ant-tasks
Show documentation Show source 
 

0 downloads
Artifact editorconfig-ant-tasks
Group org.ec4j.ant
Version 0.0.1
Last update 04. October 2018
Organization not specified
URL https://github.com/ec4j/editorconfig-ant-tasks
License Apache License, Version 2.0
Dependencies amount 3
Dependencies ant, ec4j-lint-api, ec4j-linters,
There are maybe transitive dependencies!

bugbattle-android-sdk from group io.bugbattle (version 5.0.5)

With BugBattle we’ve put the lame task of bug fixing upside down and turned it into a gaming experience for you and the whole development team. As if by magic the quality of your apps and websites improves – and your customers will be delighted.

Group: io.bugbattle Artifact: bugbattle-android-sdk
Show all versions 
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact bugbattle-android-sdk
Group io.bugbattle
Version 5.0.5
Last update 23. September 2021
Organization not specified
URL https://github.com/BugBattle/Android-SDK
License MIT
Dependencies amount 5
Dependencies appcompat, material, constraintlayout, navigation-fragment, navigation-ui,
There are maybe transitive dependencies!

innersource-repository-scanner from group com.intuit.innersource (version 0.0.10)

A java api and command line tool for scanning, reporting and fixing a git repository's InnerSource Readiness based on a supplied specification which defines the files and file contents necessary for a repository to be considered ready for InnerSource contribution.

Group: com.intuit.innersource Artifact: innersource-repository-scanner
Show all versions Show documentation Show source 
 

0 downloads
Artifact innersource-repository-scanner
Group com.intuit.innersource
Version 0.0.10
Last update 30. June 2021
Organization not specified
URL https://github.com/intuit/innersource/tree/main/innersource-repository-scanner
License not specified
Dependencies amount 8
Dependencies picocli, justify, jakarta.json.bind-api, flexmark-all, guava, commons-lang3, commons-io, gson,
There are maybe transitive dependencies!

parent from group org.apache.zookeeper (version 3.9.2)

ZooKeeper is a centralized service for maintaining configuration information, naming, providing distributed synchronization, and providing group services. All of these kinds of services are used in some form or another by distributed applications. Each time they are implemented there is a lot of work that goes into fixing the bugs and race conditions that are inevitable. Because of the difficulty of implementing these kinds of services, applications initially usually skimp on them ,which make them brittle in the presence of change and difficult to manage. Even when done correctly, different implementations of these services lead to management complexity when the applications are deployed.

Group: org.apache.zookeeper Artifact: parent
Show all versions 
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact parent
Group org.apache.zookeeper
Version 3.9.2
Last update 12. February 2024
Organization not specified
URL http://zookeeper.apache.org
License Apache License, Version 2.0
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

parent from group io.streamnative (version 3.6.3.1)

ZooKeeper is a centralized service for maintaining configuration information, naming, providing distributed synchronization, and providing group services. All of these kinds of services are used in some form or another by distributed applications. Each time they are implemented there is a lot of work that goes into fixing the bugs and race conditions that are inevitable. Because of the difficulty of implementing these kinds of services, applications initially usually skimp on them ,which make them brittle in the presence of change and difficult to manage. Even when done correctly, different implementations of these services lead to management complexity when the applications are deployed.

Group: io.streamnative Artifact: parent
Show all versions 
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact parent
Group io.streamnative
Version 3.6.3.1
Last update 28. January 2022
Organization not specified
URL http://zookeeper.apache.org
License Apache License, Version 2.0
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

jtest from group com.parasoft.jtest (version 8.0.122)

Parasoft Jtest is a comprehensive Java testing product for development teams building Java EE, SOA, Web, and other Java applications. It promotes a “test early and often” strategy so that quality is built into the code, and bugs are exposed upon introduction—when fixing them requires minimal rework. By providing fast and easy ways to apply a comprehensive set of testing techniques, Jtest gives even the busiest teams a practical way to ensure that their code works as expected.

Group: com.parasoft.jtest Artifact: jtest
Show all versions 
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact jtest
Group com.parasoft.jtest
Version 8.0.122
Last update 11. January 2007
Organization Parasoft
URL http://www.parasoft.com/jsp/products/home.jsp?product=Jtest
License Jtest License
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

dbvolution10 from group nz.co.gregs (version 1.0.1)

Advanced Library to Remove Object Relational Impedance. DBvolution translates all database concepts into Object Oriented concepts, allowing you to spend all your time writing Java rather than fixing broken and awkward SQL. DBvolution transforms your schema into classes, reduces the database configuration to sparse annotations on the classes, and allows querying directly from the classes. Queries are created inside your java code and takes as little as one line for a multi-table outer join. Retrieving the rows from the query is only one more method call. Dozens of SQL functions are available without leaving your Java code and use chaining to build complex expressions easily. Transactions are encapsulated into a thread-like API, allowing you to write complex database interactions in complete safety. The queries performed by DBvolution are always available for debugging and checking by DBAs before release. There are examples in nz.co.gregs.dbvolution.examples, and documentation at http://dbvolution.gregs.co.nz.

Group: nz.co.gregs Artifact: dbvolution10
Show all versions Show documentation Show source 
 

0 downloads
Artifact dbvolution10
Group nz.co.gregs
Version 1.0.1
Last update 11. June 2023
Organization Gregory Graham
URL http://dbvolution.gregs.co.nz
License Commercial License
Dependencies amount 31
Dependencies mysql-connector-java, h2, postgresql, reflections, commons-logging, dbvolution-eclipse, jung-visualization, jung-graph-impl, sqlite-jdbc, commons-codec, nuodb-jdbc, derby, derbyclient, jts, joda-time, simmetrics-core, jtds, mssql-jdbc, annotations, jsr305, jackson-dataformat-yaml, jackson-databind, jbcrypt, commons-lang3, commons-crypto, compiler, ojdbc10, regexi, separatedstring, core, looper,
There are maybe transitive dependencies!

dbvolution7 from group nz.co.gregs (version 1.0.0)

Advanced Library to Remove Object Relational Impedance. DBvolution translates all database concepts into Object Oriented concepts, allowing you to spend all your time writing Java rather than fixing broken and awkward SQL. DBvolution transforms your schema into classes, reduces the database configuration to sparse annotations on the classes, and allows querying directly from the classes. Queries are created inside your java code and takes as little as one line for a multi-table outer join. Retrieving the rows from the query is only one more method call. Dozens of SQL functions are available without leaving your Java code and use chaining to build complex expressions easily. Transactions are encapsulated into a thread-like API, allowing you to write complex database interactions in complete safety. The queries performed by DBvolution are always available for debugging and checking by DBAs before release. There are examples in nz.co.gregs.dbvolution.examples, and documentation at http://dbvolution.gregs.co.nz.

Group: nz.co.gregs Artifact: dbvolution7
Show all versions Show documentation Show source 
 

0 downloads
Artifact dbvolution7
Group nz.co.gregs
Version 1.0.0
Last update 27. May 2019
Organization Gregory Graham
URL http://dbvolution.gregs.co.nz
License Commercial License
Dependencies amount 26
Dependencies mysql-connector-java, h2, mysql-connector-mxj, postgresql, reflections, commons-logging, dbvolution-eclipse, jung-visualization, jung-graph-impl, sqlite-jdbc, commons-codec, nuodb-jdbc, derby, derbyclient, jts, joda-time, simmetrics-core, jtds, mssql-jdbc, annotations, jsr305, jackson-dataformat-yaml, jackson-databind, jbcrypt, commons-lang3, commons-crypto,
There are maybe transitive dependencies!

dbvolution from group nz.co.gregs (version 1.0.5)

Advanced Library to Remove Object Relational Impedance. DBvolution translates all database concepts into Object Oriented concepts, allowing you to spend all your time writing Java rather than fixing broken and awkward SQL. DBvolution transforms your schema into classes, reduces the database configuration to sparse annotations on the classes, and allows querying directly from the classes. Queries are created inside your java code and takes as little as one line for a multi-table outer join. Retrieving the rows from the query is only one more method call. Dozens of SQL functions are available without leaving your Java code and use chaining to build complex expressions easily. Transactions are encapsulated into a thread-like API, allowing you to write complex database interactions in complete safety. The actions performed by DBvolution are always available for debugging and checking by DBAs before release. There are examples in nz.co.gregs.dbvolution.examples, and documentation at http://dbvolution.gregs.co.nz and http://sourceforge.net/p/dbvolution/blog/

Group: nz.co.gregs Artifact: dbvolution
Show all versions Show documentation Show source 
 

1 downloads
Artifact dbvolution
Group nz.co.gregs
Version 1.0.5
Last update 18. August 2018
Organization not specified
URL http://dbvolution.gregs.co.nz
License Non-commercial License
Dependencies amount 16
Dependencies mysql-connector-java, h2, mysql-connector-mxj, postgresql, reflections, commons-logging, dbvolution-eclipse, jung-visualization, jung-graph-impl, sqlite-jdbc, commons-codec, nuodb-jdbc, derby, derbyclient, jts, joda-time,
There are maybe transitive dependencies!



Page 3 from 3 (items total 29)


© 2015 - 2024 Weber Informatics LLC | Privacy Policy