Download JAR files tagged by incompatible with all dependencies
parent from group com.puresoltechnologies.commons (version 0.8.0)
Group: com.puresoltechnologies.commons Artifact: parent
Show all versions
Show all versions
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
money from group com.puresoltechnologies.commons (version 0.8.0)
Group: com.puresoltechnologies.commons Artifact: money
Show all versions Show documentation Show source
Show all versions Show documentation Show source
1 downloads
Artifact money
Group com.puresoltechnologies.commons
Version 0.8.0
Last update 05. August 2019
Organization not specified
URL Not specified
License not specified
Dependencies amount 1
Dependencies junit-jupiter-engine,
There are maybe transitive dependencies!
Group com.puresoltechnologies.commons
Version 0.8.0
Last update 05. August 2019
Organization not specified
URL Not specified
License not specified
Dependencies amount 1
Dependencies junit-jupiter-engine,
There are maybe transitive dependencies!
math from group com.puresoltechnologies.commons (version 0.8.0)
Artifact math
Group com.puresoltechnologies.commons
Version 0.8.0
Last update 05. August 2019
Organization not specified
URL Not specified
License not specified
Dependencies amount 2
Dependencies commons-math3, junit-jupiter-engine,
There are maybe transitive dependencies!
Group com.puresoltechnologies.commons
Version 0.8.0
Last update 05. August 2019
Organization not specified
URL Not specified
License not specified
Dependencies amount 2
Dependencies commons-math3, junit-jupiter-engine,
There are maybe transitive dependencies!
types from group com.puresoltechnologies.commons (version 0.8.0)
Group: com.puresoltechnologies.commons Artifact: types
Show all versions Show documentation Show source
Show all versions Show documentation Show source
0 downloads
dependency-versions-check-maven-plugin from group org.basepom.maven (version 4.0.1)
The dependency-versions-check plugin verifies that all resolved
versions of artifacts are at least the versions specified by
the project dependencies.
The Maven dependency resolution process will substitute versions for
the different artifacts in a dependency tree and sometimes chooses incompatible
versions which leads to difficult to detect problems.
This plugin resolves all dependencies and collects any requested version. It evaluates
whether the resolved versions are compatible to the requested versions and reports possible
conflicts.
Group: org.basepom.maven Artifact: dependency-versions-check-maven-plugin
Show all versions Show documentation Show source
Show all versions Show documentation Show source
0 downloads
Artifact dependency-versions-check-maven-plugin
Group org.basepom.maven
Version 4.0.1
Last update 28. December 2023
Organization The basepom project
URL https://basepom.github.io/dependency-versions-check-maven-plugin/
License Apache License 2.0
Dependencies amount 3
Dependencies guava, maven-resolver-util, maven-shared-utils,
There are maybe transitive dependencies!
Group org.basepom.maven
Version 4.0.1
Last update 28. December 2023
Organization The basepom project
URL https://basepom.github.io/dependency-versions-check-maven-plugin/
License Apache License 2.0
Dependencies amount 3
Dependencies guava, maven-resolver-util, maven-shared-utils,
There are maybe transitive dependencies!
mxcache-asm from group com.maxifier.mxcache (version 7.1)
A repackage of ASM byte code manipulation library with some fixes from 3.3.
All classes put into com.maxifier.mxcache.asm package.
(It was done because different versions ASM are incompatible)
The repackaging is done via maven-shade-plugin.
This project is located in MxCache repository but it is not liked with its parent project as
IDEA doesn't perform well when used with shade plugin.
0 downloads
Artifact mxcache-asm
Group com.maxifier.mxcache
Version 7.1
Last update 16. October 2019
Organization Maxifier
URL http://github.com/maxifier/mxcache
License not specified
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!
Group com.maxifier.mxcache
Version 7.1
Last update 16. October 2019
Organization Maxifier
URL http://github.com/maxifier/mxcache
License not specified
Dependencies amount 0
Dependencies No dependencies
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!
clirr-core from group net.sf.clirr (version 0.6)
0 downloads
clirr-maven-plugin from group org.neo4j.build.plugins (version 1.0.1)
This is a specialized version of the Clirr Maven Plugin. It adds capabilities for excluding specific
error types, as well as separating code into three, rather than two, subgroups:
Internal code (no checks)
Externally invoked code (Annotated with an "externally invoked" annotation, same as Externally implemented, but adding methods to interfaces
and abstract classes is allowed)
Externally implemented code (Assumed default. Full backwards compatibility required *unless* an interface is annotated with
a defined adaptor annotation, in which case full backwards compatibility is required for the adaptor class, but the rules of @ExternallyInvoked
apply to the interface itself)
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.neo4j.build.plugins Artifact: clirr-maven-plugin
Show all versions Show documentation Show source
Show all versions Show documentation Show source
0 downloads
Artifact clirr-maven-plugin
Group org.neo4j.build.plugins
Version 1.0.1
Last update 09. November 2015
Organization not specified
URL Not specified
License The Apache Software License, Version 2.0
Dependencies amount 14
Dependencies clirr-core, bcel-findbugs, 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, junit,
There are maybe transitive dependencies!
Group org.neo4j.build.plugins
Version 1.0.1
Last update 09. November 2015
Organization not specified
URL Not specified
License The Apache Software License, Version 2.0
Dependencies amount 14
Dependencies clirr-core, bcel-findbugs, 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, junit,
There are maybe transitive dependencies!
Page 2 from 2 (items total 19)
© 2015 - 2024 Weber Informatics LLC | Privacy Policy