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

Download JAR files tagged by best with all dependencies

Search JAR files by class name

library from group io.branch.sdk.android (version 5.11.0)

Use the Branch SDK (branch.io) to create and power the links that point back to your apps for all of these things and more. Branch makes it incredibly simple to create powerful deep links that can pass data across app install and open while handling all edge cases (using on desktop vs. mobile vs. already having the app installed, etc). Best of all, it is really simple to start using the links for your own app: only 2 lines of code to register the deep link router and one more line of code to create the links with custom data.

Group: io.branch.sdk.android Artifact: library
Show all versions Show documentation 
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact library
Group io.branch.sdk.android
Version 5.11.0
Last update 01. April 2024
Organization not specified
URL https://github.com/BranchMetrics/Branch-Android-SDK/
License The Apache Software License, Version 2.0
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

generator from group org.jaxsb (version 3.0.0)

The JAX-SB Generator is a comprehensive framework to facilitate the use of XML in software languages such as Java. This framework intends to provide tools that will allow a developer to easily integrate XML interoperability, bind XML Schemas, and analyze XML Schemas for use with any software. Currently there is only one language and one application that is supported: XML Binding in Java. Next on the agenda is the development of analysis tools for XML Schema Documents. For instance, imagine a tool that will allow you to determine whether an XSD complies to best-practices. This tool will: 1) produce warnings for structures that do not comply to best-practices, 2) tell the developer whether the logical structure can be transformed linearly to a form that complies to best-practices, and 3) to automatically produce an XSD that maintains the logical structure of the original document but now fully complies to best-practices. This is just one of many tools that will be available shortly. In the meantime, check out the binding application.

Group: org.jaxsb Artifact: generator
Show all versions Show documentation Show source 
 

0 downloads
Artifact generator
Group org.jaxsb
Version 3.0.0
Last update 27. February 2024
Organization not specified
URL Not specified
License not specified
Dependencies amount 5
Dependencies google-java-format, guava, io, jci, runtime,
There are maybe transitive dependencies!

testeasypom from group io.github.sebivenlo (version 5.2.1)

Fontys Venlo best maven practices. "Up with your competencies" The 'testeasypom' Parent pom that provides all dependencies that you need for modern testing, generating good looking Javadoc and a set of static test reports using spotbugs, pmd, and checkstyle. This is NOT cargo-cult, because NONE of the dependencies in this pom will end up in your final product. This is a continuation of sebipom. Version 4.0.7: update dep and plugin versions. Version 4.0.8: jacaco 0.8.8 for java 17 and 18 support Version 4.0.11: default to java 17 Version 5.1.0: default to java 21 Version 5.2.0: include testfx stuff in fx profile

Group: io.github.sebivenlo Artifact: testeasypom
Show all versions 
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact testeasypom
Group io.github.sebivenlo
Version 5.2.1
Last update 12. January 2024
Organization not specified
URL https://sebivenlo.github.io/testeasypom/
License The Apache Software License, Version 2.0
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

sebi-exam-pom from group io.github.sebivenlo (version 5.2.0)

Group: io.github.sebivenlo Artifact: sebi-exam-pom
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact sebi-exam-pom
Group io.github.sebivenlo
Version 5.2.0
Last update 19. December 2023
Organization not specified
URL Not specified
License not specified
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

elements from group org.codeprimate (version 2.0.0-M4)

Java Simplified. Extensions and Useful Constructs for the Java Platform. Codeprimate Elements (a.k.a. cp-elements) is a Java library and micro-framework used to simplify the development of software applications written in Java. Elements packages several APIs into one library in order to address various application concerns and aspects of software design and development collectively and conveniently. Elements is a highly simple, yet robust and proven library built on solid OO principles, software design patterns and best practices to effectively solve common and reoccurring problems in software development. Write better Java!

Group: org.codeprimate Artifact: elements
Show all versions Show documentation Show source 
 

0 downloads
Artifact elements
Group org.codeprimate
Version 2.0.0-M4
Last update 23. November 2023
Organization Codeprimate.org
URL http://www.codeprimate.org/projects/cp-elements
License Apache License, Version 2.0
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

cp-elements from group org.codeprimate (version 2.0.0-M1)

Java Simplified. Extensions and Useful Constructs for the Java Platform. Codeprimate Elements (a.k.a. cp-elements) is a Java library and micro-framework used to simplify the development of software applications written in Java. Elements packages several APIs into one library in order to address various application concerns and aspects of software design and development collectively and conveniently. Elements is a highly simple, yet robust and proven library built on solid OO principles, software design patterns and best practices to effectively solve common and reoccurring problems in software development.

Group: org.codeprimate Artifact: cp-elements
Show all versions Show documentation Show source 
 

0 downloads
Artifact cp-elements
Group org.codeprimate
Version 2.0.0-M1
Last update 24. May 2023
Organization Codeprimate, LLC
URL http://www.codeprimate.org/projects/cp-elements
License Apache License, Version 2.0
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

JavaEWAH from group com.googlecode.javaewah (version 1.2.3)

The bit array data structure is implemented in Java as the BitSet class. Unfortunately, this fails to scale without compression. JavaEWAH is a word-aligned compressed variant of the Java bitset class. It uses a 64-bit run-length encoding (RLE) compression scheme. The goal of word-aligned compression is not to achieve the best compression, but rather to improve query processing time. Hence, we try to save CPU cycles, maybe at the expense of storage. However, the EWAH scheme we implemented is always more efficient storage-wise than an uncompressed bitmap (implemented in Java as the BitSet class). Unlike some alternatives, javaewah does not rely on a patented scheme.

Group: com.googlecode.javaewah Artifact: JavaEWAH
Show all versions Show documentation Show source 
 

55 downloads
Artifact JavaEWAH
Group com.googlecode.javaewah
Version 1.2.3
Last update 08. March 2023
Organization not specified
URL https://github.com/lemire/javaewah
License Apache 2
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

library-nsdk from group io.branch.sdk.android (version 0.0.2)

Use the Branch SDK (branch.io) to create and power the links that point back to your apps for all of these things and more. Branch makes it incredibly simple to create powerful deep links that can pass data across app install and open while handling all edge cases (using on desktop vs. mobile vs. already having the app installed, etc). Best of all, it is really simple to start using the links for your own app: only 2 lines of code to register the deep link router and one more line of code to create the links with custom data.

Group: io.branch.sdk.android Artifact: library-nsdk
Show documentation 
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact library-nsdk
Group io.branch.sdk.android
Version 0.0.2
Last update 05. October 2022
Organization not specified
URL https://github.com/BranchMetrics/android-branch-sdk-private
License Branch Metrics, Inc. Software License
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

MavenParent from group com.salesforce.maven (version 2.0.1)

This project provides the best of maven easily consumable a maven parent project, called MavenParent. With this project you get: Checkstyle and PMD checks that will work by default in eclipse with m2e-code-quality. OWASP vulnerability checks of your dependencies. Easy application of BSD-3 clause license to all your code with mycila-license plugin. The ability to easily enforce semantic version on a jar project with japicmp. Prevent duplicates on your classpath with basepom's duplicate-finder. All of the above can be configured or disabled easily with properties, just check their docs, except takari. A whole slew of pretty maven reports including the above are generated in the maven site. The ability to easily deploy to oss nexus, and publish maven generated sites back to github's sites pages.

Group: com.salesforce.maven Artifact: MavenParent
Show all versions 
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact MavenParent
Group com.salesforce.maven
Version 2.0.1
Last update 23. April 2021
Organization not specified
URL Not specified
License not specified
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

Bichromate from group com.github.dramer (version 3.13)

Java, Selenium, Appium, Winium, Extend, and TestNG automated testing framework. Bichromate integrates the best of these frameworks and takes automation to the next level. With Bichromate there is one function call that builds any type of Web,IOS Mobile, Android, and Windows App driver on any platform (Windows, Mac, Linux). From Local web drivers, to SauceLabs, Browserstack, and Selenium grid. Build data driven tests is never easier. Bichromate also gives you built in Factories that, access DBs, Video Capture, FTP, POM Generation, Hilite element.

Group: com.github.dramer Artifact: Bichromate
Show all versions Show documentation Show source 
 

0 downloads
Artifact Bichromate
Group com.github.dramer
Version 3.13
Last update 28. October 2018
Organization not specified
URL http://www.bichromate.org
License Apache License, Version 2.0
Dependencies amount 56
Dependencies lorem, jsoup, gson, aether-connector-basic, aether-transport-wagon, wagon-http, wagon-provider-api, selenium-remote-driver, jcommander, operadriver, transport, log4j-core, webcam-capture, poi, poi-ooxml, twilio, twilio-java-sdk, hamcrest-all, winium-webdriver, winium-elements-desktop, unit-api, org.eclipse.jgit, jazzy, guava, xchart, j2bugzilla, mysql-connector-java, commons-net, jmf, extentreports, java-client, jsch, selenium-ie-driver, selenium-chrome-driver, selenium-firefox-driver, selenium-server, selenium-java, selenium-api, selenium-htmlunit-driver, sikuli-webdriver, mail, swingx, ci-sauce, hipchat-java, jersey-client, jersey-media-json-jackson, jbrowserdriver, javacv, javacpp, thumbnailator, axis, phantomjsdriver, hipchat-scala_2.11, testng, jxl, saucerest,
There are maybe transitive dependencies!



Page 117 from 120 (items total 1195)


© 2015 - 2024 Weber Informatics LLC | Privacy Policy