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

Download JAR files tagged by list with all dependencies

Search JAR files by class name

jbidibc-ch341a from group org.bidib.jbidib (version 1.13.22)

jBiDiB jbidibc CH341A POM Install the libusb drivers for using the libusb access. Under Windows OS you must install the Zadig driver as described here: https://github.com/libusb/libusb/wiki/Windows. Zadic can be downloaded from: http://zadig.akeo.ie/ In the Zadig UI you must check Options > List all devices and the select the 'USB-EPP /I2C... CH341A' device. Then select the target driver with the spinners (I used libusb-win32 (v1.2.6.0)) and click the 'Install driver' button.

Group: org.bidib.jbidib Artifact: jbidibc-ch341a
Show all versions Show documentation Show source 
 

7 downloads
Artifact jbidibc-ch341a
Group org.bidib.jbidib
Version 1.13.22
Last update 14. December 2023
Organization not specified
URL http://sourceforge.net/projects/jbidibc/jbidibc-ch341a/
License GNU General Purpose License Version 3.0
Dependencies amount 4
Dependencies jna, jna-platform, jbidibc-core, usb4java,
There are maybe transitive dependencies!

nexus-staging from group us.irdev.bedrock (version 2.2.6)

We skip staging of some submodules, but if you skip staging in the last submodule it skips all staging (a serious error in the design of the nexus staging plugin that has been closed "wontfix" - issues.sonatype.org/browse/NEXUS-9138). The backup solution to that problem is to skip the deploy phase in the submodule. We want to deploy the artifact of bedrock-site to AWS, but not publish the war file to nexus. The recommended solution is to add this dummy node at the end of the submodule list.

Group: us.irdev.bedrock Artifact: nexus-staging
Show all versions 
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact nexus-staging
Group us.irdev.bedrock
Version 2.2.6
Last update 26. July 2023
Organization not specified
URL https://bedrock.irdev.us/nexus-staging/
License MIT License
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

princeton-wordnet-java from group com.estepsoftwareforensics (version 1.0.0)

Princeton WordNet for Java is a simple API which provides access to an english dictionary that is backed by the Princeton University WordNet datasets. This is intended to be a third-party supporting library to any application that requires an english word dictionary -- providing the ability to lookup a word, get its many definitions, and get the list of synonyms and any related words.

Group: com.estepsoftwareforensics Artifact: princeton-wordnet-java
Show documentation 
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact princeton-wordnet-java
Group com.estepsoftwareforensics
Version 1.0.0
Last update 30. January 2022
Organization not specified
URL https://estepsoftwareforensics.com
License The Apache License, Version 2.0
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

cas-metadata from group org.apache.oodt (version 1.9.1)

A Multi-valued, generic Metadata container class. The class uses an internal Map of string keys pointing to vectors of strings. The data structure looks like the following: [std:string key]⇒std:vector of std:strings The multi-valued nature of the class is handled transparently by this Metadata container. Since all values are stored internally as string vectors, the difference between a scalar value and a non-scalar is handled by determining whether the list of values for a particular key is greater than 1.

Group: org.apache.oodt Artifact: cas-metadata
Show all versions Show documentation Show source 
 

0 downloads
Artifact cas-metadata
Group org.apache.oodt
Version 1.9.1
Last update 25. September 2021
Organization not specified
URL Not specified
License not specified
Dependencies amount 10
Dependencies guava, commons-codec, commons-io, commons-lang, commons-logging, oodt-commons, pcs-input, tika-core, spring-core, spring-hibernate3,
There are maybe transitive dependencies!

modello-usurped from group org.infrastructurebuilder.modello (version 1.11.0.2)

Usurped Modello plugin, generally depending on the existing plugin tree to work properly. This particular one adds 2 generators that produce reflection-based reading so that the lack of java getters doesn't break generation. Sorry if the original contriubutors list isn't generated. A given version of this code will be based on some version of modello with some additional 4th number like ".0" appended to the version.

Group: org.infrastructurebuilder.modello Artifact: modello-usurped
Show all versions 
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact modello-usurped
Group org.infrastructurebuilder.modello
Version 1.11.0.2
Last update 09. February 2021
Organization not specified
URL Not specified
License not specified
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

dudu-RESP-interpreter from group net.yesdata (version 1.0.4)

REdis Serialization Protocol (RESP) implemented in java. You can simply construct string commands to RESP commands, and interpret redis response. By import net.yesdata.RESP_intepreter.* you can play with RESP with happy. How to format command string to RESP style? String command = "INFO"; IInterpreter intepreter = new DefaultRespInterpreter(); String sentCommand = intepreter.FormatCommand(command); How to read and print RESP style response? IInterpreter intepreter = new DefaultRespInterpreter(); List<IRespNode> respNodes = intepreter.IntepretResponse(responseBody); for(IRespNode n : respNodes) { System.out.println(n.toRespFormatString()); }

Group: net.yesdata Artifact: dudu-RESP-interpreter
Show documentation Show source 
 

0 downloads
Artifact dudu-RESP-interpreter
Group net.yesdata
Version 1.0.4
Last update 21. December 2016
Organization not specified
URL https://github.com/yourcaptain/dudu-RESP_intepreter
License The Apache Software License, Version 2.0
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

org.apache.stanbol.launchers.bundlelists.marmotta.kiwi from group org.apache.stanbol (version 1.0.0)

Bundles required by the Apache Marmotta Kiwi Repository. This list includes DB drivers for H2 and Postgres and caching dependencies for Guava and Hazelcast. Dependencies for other supported options (MySQL, Infinispan, EH Cache) are commented. Users that want to use such options will need to create their own version of this bundle list or to provide the commented bundles by some other means.

Group: org.apache.stanbol Artifact: org.apache.stanbol.launchers.bundlelists.marmotta.kiwi
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact org.apache.stanbol.launchers.bundlelists.marmotta.kiwi
Group org.apache.stanbol
Version 1.0.0
Last update 16. September 2016
Organization not specified
URL Not specified
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 
 

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!

java-futures from group net.florianschoppmann.java (version 1.1.0)

Bridge gaps and help overcome inconveniences with CompletableFuture. This module includes, among other features, methods to collect the results of multiple futures into a list, provides equivalent alternatives to CompletableFuture’s monadic methods (thenApply, thenCompose, etc.) that can deal with checked exceptions, and methods for asynchronous “try-with-resources” constructs.

Group: net.florianschoppmann.java Artifact: java-futures
Show all versions Show documentation Show source 
 

0 downloads
Artifact java-futures
Group net.florianschoppmann.java
Version 1.1.0
Last update 14. March 2016
Organization not specified
URL https://github.com/fschopp/java-futures
License Revised BSD (3-Clause) License
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

uoa-gitlog-plugin from group nz.ac.auckland.groupapps.maven (version 1.2)

Generates a release note based on commits to a git repository in text format showing the changes that are included in each version. A possible use of this is to push these changelogs to a remote server when releasing the maven project so that the remote server can lookup and update JIRA ticket based on an accurate list of commits that the current package includes.

Group: nz.ac.auckland.groupapps.maven Artifact: uoa-gitlog-plugin
Show all versions Show documentation Show source 
 

0 downloads
Artifact uoa-gitlog-plugin
Group nz.ac.auckland.groupapps.maven
Version 1.2
Last update 02. July 2015
Organization not specified
URL [email protected]:uoa-group-applications/uoa-gitlog-plugin.git
License not specified
Dependencies amount 6
Dependencies composite-maven-plugin, org.eclipse.jgit, commons-lang3, commons-collections4, jetty-util, composite-groovy,
There are maybe transitive dependencies!



Page 78 from 85 (items total 845)


© 2015 - 2024 Weber Informatics LLC | Privacy Policy