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

Download JAR files tagged by coveralls with all dependencies


coveralls from group org.webjars.npm (version 2.11.4)

WebJar for coveralls

Group: org.webjars.npm Artifact: coveralls
Show documentation Show source 
Download coveralls.jar (2.11.4)
 

0 downloads
Artifact coveralls
Group org.webjars.npm
Version 2.11.4
Last update 25. August 2015
Organization not specified
URL http://webjars.org
License BSD
Dependencies amount 4
Dependencies js-yaml, lcov-parse, log-driver, request,
There are maybe transitive dependencies!

coveralls-tile from group nz.net.osnz.tile (version 1.1)

Coveralls Tile

Group: nz.net.osnz.tile Artifact: coveralls-tile
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact coveralls-tile
Group nz.net.osnz.tile
Version 1.1
Last update 20. August 2015
Organization not specified
URL https://github.com/kdeng/coveralls-tile
License not specified
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

coveralls-gradle-plugin from group org.kt3k.gradle.plugin (version 2.8.3)

This plugin helps to upload coverage data to Coveralls

Group: org.kt3k.gradle.plugin Artifact: coveralls-gradle-plugin
Show all versions Show documentation Show source 
Download coveralls-gradle-plugin.jar (2.8.3)
 

5 downloads
Artifact coveralls-gradle-plugin
Group org.kt3k.gradle.plugin
Version 2.8.3
Last update 24. May 2019
Organization not specified
URL https://github.com/kt3k/coveralls-gradle-plugin
License MIT License
Dependencies amount 3
Dependencies httpmime, org.eclipse.jgit, http-builder,
There are maybe transitive dependencies!

coveralls-maven-plugin from group com.github.hazendaz.maven (version 4.5.0-M5)

Maven plugin for submitting Java code coverage reports to Coveralls web service.

Group: com.github.hazendaz.maven Artifact: coveralls-maven-plugin
Show all versions Show documentation Show source 
Download coveralls-maven-plugin.jar (4.5.0-M5)
 

0 downloads
Artifact coveralls-maven-plugin
Group com.github.hazendaz.maven
Version 4.5.0-M5
Last update 16. September 2024
Organization not specified
URL https://github.com/trautonen/coveralls-maven-plugin
License The MIT License (MIT)
Dependencies amount 14
Dependencies httpclient, httpmime, commons-codec, jackson-annotations, jackson-core, jackson-databind, org.eclipse.jgit, plexus-utils, plexus-xml, maven-plugin-annotations, commons-io, commons-lang3, slf4j-api, jcl-over-slf4j,
There are maybe transitive dependencies!

coverallsio-maven-plugin from group org.entinae (version 4.3.0-2)

The Coveralls.io Maven Plugin supports aggregate execution during a non-aggregate build.

Group: org.entinae Artifact: coverallsio-maven-plugin
Show documentation Show source 
Download coverallsio-maven-plugin.jar (4.3.0-2)
 

0 downloads
Artifact coverallsio-maven-plugin
Group org.entinae
Version 4.3.0-2
Last update 13. June 2023
Organization ENTINAE
URL https://github.com/entinae/coverallsio-maven-plugin
License The MIT License (MIT)
Dependencies amount 2
Dependencies coveralls-maven-plugin, jaxb-api,
There are maybe transitive dependencies!

coveralls-maven-plugin from group io.jsonwebtoken.coveralls (version 4.4.1)

Maven plugin for submitting Java code coverage reports to Coveralls web service.

Group: io.jsonwebtoken.coveralls Artifact: coveralls-maven-plugin
Show documentation Show source 
Download coveralls-maven-plugin.jar (4.4.1)
 

0 downloads
Artifact coveralls-maven-plugin
Group io.jsonwebtoken.coveralls
Version 4.4.1
Last update 09. July 2021
Organization not specified
URL https://github.com/trautonen/coveralls-maven-plugin
License The MIT License (MIT)
Dependencies amount 11
Dependencies httpclient, httpmime, jackson-core, jackson-annotations, jackson-databind, org.eclipse.jgit, plexus-utils, maven-plugin-api, maven-core, slf4j-api, jcl-over-slf4j,
There are maybe transitive dependencies!

coverallsio-maven-plugin from group org.safris.maven (version 4.3.0-1)

The Coveralls.io Maven Plugin supports aggregate execution during a non-aggregate build.

Group: org.safris.maven Artifact: coverallsio-maven-plugin
Show all versions Show documentation Show source 
Download coverallsio-maven-plugin.jar (4.3.0-1)
 

0 downloads
Artifact coverallsio-maven-plugin
Group org.safris.maven
Version 4.3.0-1
Last update 23. May 2020
Organization Seva Safris
URL https://github.com/safris/coverallsio-maven-plugin
License The MIT License (MIT)
Dependencies amount 3
Dependencies coveralls-maven-plugin, maven-plugin-annotations, jaxb-api,
There are maybe transitive dependencies!

coveralls-maven-plugin from group org.eluder.coveralls (version 4.3.0)

Maven plugin for submitting Java code coverage reports to Coveralls web service.

Group: org.eluder.coveralls Artifact: coveralls-maven-plugin
Show all versions Show documentation Show source 
Download coveralls-maven-plugin.jar (4.3.0)
 

1 downloads
Artifact coveralls-maven-plugin
Group org.eluder.coveralls
Version 4.3.0
Last update 24. September 2016
Organization not specified
URL https://github.com/trautonen/coveralls-maven-plugin
License The MIT License (MIT)
Dependencies amount 8
Dependencies httpclient, httpmime, jackson-core, jackson-annotations, jackson-databind, org.eclipse.jgit, plexus-utils, maven-plugin-api,
There are maybe transitive dependencies!

coveralls-extensions-maven-plugin from group org.no-hope (version 0.0.4)

Maven plugin for submitting Java code coverage reports to Coveralls web service.

Group: org.no-hope Artifact: coveralls-extensions-maven-plugin
Show all versions Show documentation Show source 
Download coveralls-extensions-maven-plugin.jar (0.0.4)
 

0 downloads
Artifact coveralls-extensions-maven-plugin
Group org.no-hope
Version 0.0.4
Last update 05. May 2015
Organization not specified
URL https://github.com/no-hope/coveralls-extensions-maven-plugin
License The MIT License (MIT)
Dependencies amount 9
Dependencies httpclient, httpmime, jackson-core, jackson-annotations, jackson-databind, org.eclipse.jgit, plexus-utils, maven-plugin-api, maven-core,
There are maybe transitive dependencies!

heatshrink-java from group io.github.markrileybot (version 1.0.1)

# heatshrink-java Java library used to encode/decode [heatshrink](https://github.com/atomicobject/heatshrink) compressed data. ## Building ```bash ./gradlew build ``` ## Gradle dependency See https://search.maven.org/artifact/io.github.markrileybot/heatshrink-java/ ## Usage ### Java library ```java int windowSize = 9; int lookaheadSize = 8; ByteArrayOutputStream baos = new ByteArrayOutputStream(); try(HsOutputStream out = new HsOutputStream(baos, windowSize, lookaheadSize)) { out.write("ABCABCABCABCABCABC".getBytes()); } try(HsInputStream hsi = new HsInputStream(new ByteArrayInutStream(baos.toByteArray()), windowSize, lookaheadSize)) { byte[] res = new byte[512]; int len = hsi.read(res); System.out.println(new String(res, 0, len)); } ``` ### CLI ```bash $ java -jar heatshrink-java-exe.jar [-h] [-e|-d] [-v] [-w SIZE] [-l BITS] [IN_FILE] [OUT_FILE] ``` ## Status [![Build Status](https://github.com/markrileybot/heatshrink-java/actions/workflows/gradle-publish.yml/badge.svg)](https://github.com/markrileybot/heatshrink-java/actions/workflows/gradle-publish.yml) [![Coverage Status](https://coveralls.io/repos/github/markrileybot/heatshrink-java/badge.svg?branch=master)](https://coveralls.io/github/markrileybot/heatshrink-java?branch=master) [![Maven Central](https://maven-badges.herokuapp.com/maven-central/io.github.markrileybot/geokey/badge.svg)](https://maven-badges.herokuapp.com/maven-central/io.github.markrileybot/geokey)

Group: io.github.markrileybot Artifact: heatshrink-java
Show all versions Show documentation Show source 
Download heatshrink-java.jar (1.0.1)
 

0 downloads
Artifact heatshrink-java
Group io.github.markrileybot
Version 1.0.1
Last update 19. October 2022
Organization not specified
URL https://github.com/markrileybot/heatshrink-java
License Apache License, Version 2.0
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!



Page 1 from 2 (items total 11)


© 2015 - 2025 Weber Informatics LLC | Privacy Policy