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

Download JAR files tagged by report with all dependencies

Search JAR files by class name

cissnei-jfx from group org.bitbucket.iamkenos (version 1.0.4)

Group: org.bitbucket.iamkenos Artifact: cissnei-jfx
Show all versions Show documentation Show source 
 

0 downloads
Artifact cissnei-jfx
Group org.bitbucket.iamkenos
Version 1.0.4
Last update 20. June 2018
Organization not specified
URL Not specified
License not specified
Dependencies amount 1
Dependencies cissnei-core,
There are maybe transitive dependencies!

cissnei-core from group org.bitbucket.iamkenos (version 1.0.4)

Group: org.bitbucket.iamkenos Artifact: cissnei-core
Show all versions Show documentation Show source 
 

0 downloads
Artifact cissnei-core
Group org.bitbucket.iamkenos
Version 1.0.4
Last update 20. June 2018
Organization not specified
URL Not specified
License not specified
Dependencies amount 3
Dependencies cissnei-report, cissnei-rest, cissnei-selenium,
There are maybe transitive dependencies!

cissnei-selenium from group org.bitbucket.iamkenos (version 1.0.4)

Group: org.bitbucket.iamkenos Artifact: cissnei-selenium
Show all versions Show documentation Show source 
 

0 downloads
Artifact cissnei-selenium
Group org.bitbucket.iamkenos
Version 1.0.4
Last update 20. June 2018
Organization not specified
URL Not specified
License not specified
Dependencies amount 3
Dependencies cissnei-commons, selenium-java, awaitility,
There are maybe transitive dependencies!

cissnei-rest from group org.bitbucket.iamkenos (version 1.0.4)

Group: org.bitbucket.iamkenos Artifact: cissnei-rest
Show all versions Show documentation Show source 
 

0 downloads
Artifact cissnei-rest
Group org.bitbucket.iamkenos
Version 1.0.4
Last update 20. June 2018
Organization not specified
URL Not specified
License not specified
Dependencies amount 1
Dependencies cissnei-commons,
There are maybe transitive dependencies!

cissnei-report from group org.bitbucket.iamkenos (version 1.0.4)

Group: org.bitbucket.iamkenos Artifact: cissnei-report
Show all versions Show documentation Show source 
 

0 downloads
Artifact cissnei-report
Group org.bitbucket.iamkenos
Version 1.0.4
Last update 20. June 2018
Organization not specified
URL Not specified
License not specified
Dependencies amount 4
Dependencies cissnei-commons, jackson-databind, velocity, owasp-java-html-sanitizer,
There are maybe transitive dependencies!

cissnei-commons from group org.bitbucket.iamkenos (version 1.0.4)

Group: org.bitbucket.iamkenos Artifact: cissnei-commons
Show all versions Show documentation Show source 
 

0 downloads
Artifact cissnei-commons
Group org.bitbucket.iamkenos
Version 1.0.4
Last update 20. June 2018
Organization not specified
URL Not specified
License not specified
Dependencies amount 18
Dependencies junit, assertj-core, cucumber-java, cucumber-junit, rest-assured, guava, gson, protobuf-java, poi, poi-ooxml, commons-io, commons-lang3, commons-text, commons-csv, commons-configuration2, log4j-web, log4j-api, log4j-core,
There are maybe transitive dependencies!

cissnei from group org.bitbucket.iamkenos (version 1.0.4)

A test automation framework built on top of Cucumber. Intended to be used for writing various automated cucumber tests using external dependencies: - Cucumber: ${io-cucumber-ver} - Web UI Functional Tests: Selenium ${selenium-java-ver} - API Tests: RestAssured ${rest-assured-ver} Run tests using: - A Cucumber runner class for CICD setup - Built-in JavaFx Applet test runner to non-CICD setup using a fat jar c/o maven shade Report Results: - Credits to Damian Szczepanik and his project [cucumber-reporting] - Built-in reporting module [cissnei-report] forked and modified - https://github.com/damianszczepanik/cucumber-reporting

Group: org.bitbucket.iamkenos Artifact: cissnei
Show all versions 
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact cissnei
Group org.bitbucket.iamkenos
Version 1.0.4
Last update 20. June 2018
Organization not specified
URL https://bitbucket.org/iamkenos/cissnei
License GNU General Public License v3.0
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

allure-core-module from group com.capgemini.ntc (version 4.12.0.6)

Allure Test Framework Core is responsible for: * Test report with logs and/or screenshots * Test groups/tags * Data Driven (inside test case, external file) * Test case parallel execution * BDD - Gherkin – Cucumber approach * Run on independent OperatingSystem * Externalize test environment (DEV, QA, PROD) * Adding analytics source code * Update Observers Based on Junit4.12

Group: com.capgemini.ntc Artifact: allure-core-module
Show all versions Show documentation Show source 
 

1 downloads
Artifact allure-core-module
Group com.capgemini.ntc
Version 4.12.0.6
Last update 19. April 2018
Organization Capgemini - Nearshore Test Center - Poland
URL https://github.com/devonfw/devonfw-testing
License The Apache License, Version 2.0
Dependencies amount 18
Dependencies commons-csv, junit, JUnitParams, junit-platform-surefire-provider, mockito-core, log4j-api, log4j-core, slf4j-log4j12, allure-junit-adaptor, allure-java-annotations, allure-report-data, allure-maven-plugin, allure-cucumber-jvm-adaptor, aspectjweaver, junit-toolbox, json, guice, jasypt,
There are maybe transitive dependencies!

qualinsight-plugins-sonarqube-smell-plugin from group com.qualinsight.plugins.sonarqube (version 4.0.0)

Allows developers to programmatically report code smells usually not seen by SonarQube but which should be taken into consideration when evaluating a project's technical debt. Usage <a href="https://github.com/QualInsight/qualinsight-plugins-sonarqube-smell#code-smells-plugin-for-sonarqube">documentation</a> is available on the project's Homepage.

Group: com.qualinsight.plugins.sonarqube Artifact: qualinsight-plugins-sonarqube-smell-plugin
Show all versions Show documentation Show source 
 

1 downloads
Artifact qualinsight-plugins-sonarqube-smell-plugin
Group com.qualinsight.plugins.sonarqube
Version 4.0.0
Last update 30. January 2017
Organization not specified
URL Not specified
License not specified
Dependencies amount 7
Dependencies qualinsight-plugins-sonarqube-smell-api, sslr-squid-bridge, slf4j-api, commons-lang, commons-io, guava, gson,
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 
 

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!



Page 93 from 103 (items total 1021)


© 2015 - 2024 Weber Informatics LLC | Privacy Policy