Download JAR files tagged by break with all dependencies
BreakInfinity from group io.github.ad417 (version 0.2.0)
0 downloads
mapstruct-springlazy from group io.github.anweber (version 1.0.0)
MapStruct Spring Lazy adds additional @Lazy Annotation to every Mapper, which is referenced with uses. Adding @Lazy can break a circular references, which is no longer allowed in Spring Boot 2.6.
Artifact mapstruct-springlazy
Group io.github.anweber
Version 1.0.0
Last update 10. February 2022
Organization io.github.anweber
URL https://github.com/AnWeber/mapstruct-springlazy
License MIT License
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!
Group io.github.anweber
Version 1.0.0
Last update 10. February 2022
Organization io.github.anweber
URL https://github.com/AnWeber/mapstruct-springlazy
License MIT License
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!
isis-core-detached-tests from group org.apache.isis.core (version 2.0.0-M2)
To break cyclic dependencies some tests needed to be detached from their originating module and moved here.
And some tests require presence of core-plugins on the class-path, these also moved here.
Artifact isis-core-detached-tests
Group org.apache.isis.core
Version 2.0.0-M2
Last update 14. January 2019
Organization not specified
URL Not specified
License Apache License, Version 2.0
Dependencies amount 8
Dependencies isis-core-commons, junit-jupiter-api, junit-jupiter-engine, junit-vintage-engine, picocontainer, jmock, jmock-junit4, slf4j-api,
There are maybe transitive dependencies!
Group org.apache.isis.core
Version 2.0.0-M2
Last update 14. January 2019
Organization not specified
URL Not specified
License Apache License, Version 2.0
Dependencies amount 8
Dependencies isis-core-commons, junit-jupiter-api, junit-jupiter-engine, junit-vintage-engine, picocontainer, jmock, jmock-junit4, slf4j-api,
There are maybe transitive dependencies!
composum-nodes-test from group com.composum.nodes.test (version 3.1.0)
Since the dependency versions of composum core are deliberately low to provide backwards compatibility,
there is trouble to use newer mocking and testing libraries. So we perform tests in this module with newer
versions here, and accept the relatively small risk of behavioural changes of these dependencies that break the
code.
Group: com.composum.nodes.test Artifact: composum-nodes-test
Show all versions Show documentation Show source
Show all versions Show documentation Show source
0 downloads
Artifact composum-nodes-test
Group com.composum.nodes.test
Version 3.1.0
Last update 22. November 2021
Organization not specified
URL Not specified
License MIT License
Dependencies amount 11
Dependencies commons-io, org.apache.sling.testing.sling-mock-oak, org.apache.sling.testing.sling-mock.junit4, org.apache.sling.testing.logging-mock, org.apache.sling.testing.hamcrest, junit, jsr305, commons-collections4, gson, commons-codec, composum-nodes-commons,
There are maybe transitive dependencies!
Group com.composum.nodes.test
Version 3.1.0
Last update 22. November 2021
Organization not specified
URL Not specified
License MIT License
Dependencies amount 11
Dependencies commons-io, org.apache.sling.testing.sling-mock-oak, org.apache.sling.testing.sling-mock.junit4, org.apache.sling.testing.logging-mock, org.apache.sling.testing.hamcrest, junit, jsr305, commons-collections4, gson, commons-codec, composum-nodes-commons,
There are maybe transitive dependencies!
exonum-java-app from group com.exonum.binding (version 0.10.0)
Exonum Java application allows to bootstrap the Java runtime. It could have
been a part of core, but remains in a separate module to break the circular dependency
between the core (runtime configuration requiring time oracle) and the time oracle.
The classpath of this module includes all of the dependencies of the native application.
0 downloads
Artifact exonum-java-app
Group com.exonum.binding
Version 0.10.0
Last update 06. April 2020
Organization not specified
URL Not specified
License not specified
Dependencies amount 4
Dependencies exonum-java-binding-core, exonum-time-oracle, log4j-core, log4j-slf4j18-impl,
There are maybe transitive dependencies!
Group com.exonum.binding
Version 0.10.0
Last update 06. April 2020
Organization not specified
URL Not specified
License not specified
Dependencies amount 4
Dependencies exonum-java-binding-core, exonum-time-oracle, log4j-core, log4j-slf4j18-impl,
There are maybe transitive dependencies!
macker from group de.andrena.tools.macker (version 1.0.2)
Macker is a build-time architectural rule checking utility for Java developers. It's meant to model the architectural ideals programmers always dream up for their projects, and then break - it helps keep code clean and consistent.
1 downloads
Artifact macker
Group de.andrena.tools.macker
Version 1.0.2
Last update 12. June 2013
Organization not specified
URL https://github.com/andrena/macker
License GNU GPL v2.0
Dependencies amount 9
Dependencies javassist, ant, commons-lang, jakarta-regexp, xml-apis, jdom, xalan, xercesImpl, xmlParserAPIs,
There are maybe transitive dependencies!
Group de.andrena.tools.macker
Version 1.0.2
Last update 12. June 2013
Organization not specified
URL https://github.com/andrena/macker
License GNU GPL v2.0
Dependencies amount 9
Dependencies javassist, ant, commons-lang, jakarta-regexp, xml-apis, jdom, xalan, xercesImpl, xmlParserAPIs,
There are maybe transitive dependencies!
modello-usurped from group org.infrastructurebuilder.modello (version 1.11.0.2)
Group: org.infrastructurebuilder.modello Artifact: modello-usurped
Show all versions
Show all versions
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
smoketest from group zone.gryphon.ignore (version 0.20.95-5914d8c)
Since the parent-pom and base-bom projects are both packaged with "pom" packaging and as such don't contain any
actual source code, it's easy for non-obvious configuration bugs to slip through which don't affect them,
but immediately break projects with actual source code.
The purpose of this module is to provide a minimal example of a jar maven project which exercises various
pieces of maven functionality, to ensure that no easily detectable issues slip through.
0 downloads
Artifact smoketest
Group zone.gryphon.ignore
Version 0.20.95-5914d8c
Last update 16. March 2020
Organization not specified
URL Not specified
License not specified
Dependencies amount 1
Dependencies slf4j-api,
There are maybe transitive dependencies!
Group zone.gryphon.ignore
Version 0.20.95-5914d8c
Last update 16. March 2020
Organization not specified
URL Not specified
License not specified
Dependencies amount 1
Dependencies slf4j-api,
There are maybe transitive dependencies!
clirr-maven-plugin from group org.codehaus.mojo (version 2.8)
Clirr is a tool that checks Java libraries for binary and source compatibility with older releases.
Basically you give it two sets of jar files and Clirr dumps out a list of changes in the public API.
The clirr-maven-plugin can be configured to break the build, if it detects incompatible api changes.
In a continuous integration process, the clirr-maven-plugin can automatically prevent accidental
introduction of binary or source compatibility problems. Additionally, the plugin can generate
a report as part of the generated site.
Group: org.codehaus.mojo Artifact: clirr-maven-plugin
Show all versions Show documentation Show source
Show all versions Show documentation Show source
1 downloads
Artifact clirr-maven-plugin
Group org.codehaus.mojo
Version 2.8
Last update 12. September 2016
Organization not specified
URL Not specified
License The Apache Software License, Version 2.0
Dependencies amount 13
Dependencies clirr-core, bcel, maven-artifact, maven-model, maven-plugin-api, maven-project, doxia-decoration-model, doxia-module-xhtml, doxia-sink-api, doxia-site-renderer, maven-reporting-api, plexus-i18n, plexus-utils,
There are maybe transitive dependencies!
Group org.codehaus.mojo
Version 2.8
Last update 12. September 2016
Organization not specified
URL Not specified
License The Apache Software License, Version 2.0
Dependencies amount 13
Dependencies clirr-core, bcel, maven-artifact, maven-model, maven-plugin-api, maven-project, doxia-decoration-model, doxia-module-xhtml, doxia-sink-api, doxia-site-renderer, maven-reporting-api, plexus-i18n, plexus-utils,
There are maybe transitive dependencies!
dspace-cocoon-servlet-service-impl from group org.dspace.dependencies.cocoon (version 1.0.3)
This is version of the cocoon servlet service with patched as
per the following tickets:
http://jira.dspace.org/jira/browse/DS-253
with patch...
https://issues.apache.org/jira/browse/COCOON-2217
This is deployed to fix issues with streams not closing
we cannot use cocoon-servlet-service-impl 1.1.0 or 1.2.0
as they break block deployment.
More recently, patches were applied to try and resolve
http://jira.dspace.org/jira/browse/DS-768.
Group: org.dspace.dependencies.cocoon Artifact: dspace-cocoon-servlet-service-impl
Show all versions Show documentation Show source
Show all versions Show documentation Show source
0 downloads
Artifact dspace-cocoon-servlet-service-impl
Group org.dspace.dependencies.cocoon
Version 1.0.3
Last update 13. October 2011
Organization not specified
URL Not specified
License not specified
Dependencies amount 7
Dependencies excalibur-sourceresolve, spring-aop, spring-core, spring-beans, spring-context, spring-web, commons-collections,
There are maybe transitive dependencies!
Group org.dspace.dependencies.cocoon
Version 1.0.3
Last update 13. October 2011
Organization not specified
URL Not specified
License not specified
Dependencies amount 7
Dependencies excalibur-sourceresolve, spring-aop, spring-core, spring-beans, spring-context, spring-web, commons-collections,
There are maybe transitive dependencies!
Page 4 from 5 (items total 43)
© 2015 - 2025 Weber Informatics LLC | Privacy Policy