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

Download JAR files tagged by %3Ehttps: with all dependencies

Search JAR files by class name

fork-of-edu.ufl.cise.bsmock.graph from group com.programmerare.shortest-paths (version 1.0.0)

An implementation of the k shortest paths algorithm in Java. This is a forked version which has NOT modified the implementation of the algorithm. The purpose of the fork was to make it a maven project. The location of the original work: https://github.com/bsmock/k-shortest-paths

Group: com.programmerare.shortest-paths Artifact: fork-of-edu.ufl.cise.bsmock.graph
Show documentation Show source 
 

0 downloads
Artifact fork-of-edu.ufl.cise.bsmock.graph
Group com.programmerare.shortest-paths
Version 1.0.0
Last update 02. May 2018
Organization not specified
URL https://github.com/TomasJohansson/k-shortest-paths
License Apache License 2.0
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

lib-action from group com.github.naoghuman (version 0.6.0)

Lib-Action is library for `easy` storing and accessing actions (EventHandler<ActionEvent>) in a JavaFX & Maven desktop application. See https://github.com/Naoghuman/lib-action for more details.

Group: com.github.naoghuman Artifact: lib-action
Show all versions Show documentation Show source 
 

0 downloads
Artifact lib-action
Group com.github.naoghuman
Version 0.6.0
Last update 02. February 2018
Organization not specified
URL https://github.com/Naoghuman/lib-action.git
License The GNU General Public License, Version 3.0
Dependencies amount 1
Dependencies lib-logger,
There are maybe transitive dependencies!

db-interface from group com.github.sanskrit-coders (version 2.9)

A scala /java interface to various sanskrit and other Indic databases, defining schemas and such. Contributions and suggestions are invited at https://github.com/sanskrit-coders/db-interface . (Sister projects there may also be of interest.)

Group: com.github.sanskrit-coders Artifact: db-interface
Show all versions Show source 
 

0 downloads
Artifact db-interface
Group com.github.sanskrit-coders
Version 2.9
Last update 18. November 2017
Organization not specified
URL https://github.com/sanskrit-coders/db-interface
License Apache License 2.0
Dependencies amount 8
Dependencies scala-library, scala-xml, indic-transliteration, commons-csv, json4s-ast_2.12, json4s-native_2.12, logback-classic, logback-core,
There are maybe transitive dependencies!

parent from group com.google.common.html.types (version 1.0.8)

Parent project for typed strings of web content that can be used to bring safe-by-construction methods to web applications. https://github.com/google/safe-html-types/blob/master/README.md

Group: com.google.common.html.types Artifact: parent
Show all versions 
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact parent
Group com.google.common.html.types
Version 1.0.8
Last update 09. November 2017
Organization Google
URL https://github.com/google/safe-html-types
License The Apache Software License, Version 2.0
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

java-metrics-tracker-client from group com.ibm.journeycode.metricstracker (version 0.3.0)

This utility sends a tracking request to a deployment tracker service (see https://github.com/IBM/metrics-collector-service) each time a Java sample application is deployed.

Group: com.ibm.journeycode.metricstracker Artifact: java-metrics-tracker-client
Show documentation Show source 
 

0 downloads
Artifact java-metrics-tracker-client
Group com.ibm.journeycode.metricstracker
Version 0.3.0
Last update 02. November 2017
Organization not specified
URL https://github.com/IBM/metrics-collector-client-java
License The Apache License, Version 2.0
Dependencies amount 1
Dependencies snakeyaml,
There are maybe transitive dependencies!

releaser from group com.introproventures (version 0.0.9)

An example for getting your GitHub project to Maven Central. Demonstrates required POM information and release plugin configuration. Many thanks to: https://github.com/davidcarboni/releaser

Group: com.introproventures Artifact: releaser
Show source 
 

0 downloads
Artifact releaser
Group com.introproventures
Version 0.0.9
Last update 27. September 2017
Organization not specified
URL https://github.com/introproventures/releaser
License The Apache Software License, Version 2.0
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

speechrecognition from group com.microsoft.projectoxford (version 1.2.2)

This client library allows the use of Microsoft's state-of-the-art cloud-based algorithms to process spoken language. See https://github.com/Microsoft/Cognitive-Speech-STT-Android/tree/master/Speech for more information.

Group: com.microsoft.projectoxford Artifact: speechrecognition
Show all versions 
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact speechrecognition
Group com.microsoft.projectoxford
Version 1.2.2
Last update 15. June 2017
Organization not specified
URL https://github.com/Microsoft/Cognitive-Speech-STT-Android
License MIT
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

quote-db from group com.github.sanskrit-coders (version 1.0)

A collection of scala classes for accessing the sanskrit subhaShita / quote database. Contributions and suggestions are invited at https://github.com/sanskrit-coders/subhAShita-db-sanskrit . (Sister projects there may also be of interest.)

Group: com.github.sanskrit-coders Artifact: quote-db
Show source 
 

0 downloads
Artifact quote-db
Group com.github.sanskrit-coders
Version 1.0
Last update 16. May 2017
Organization not specified
URL https://github.com/sanskrit-coders/subhAShita-db-sanskrit
License Apache License 2.0
Dependencies amount 9
Dependencies scala-library, scala-xml, indic-transliteration, commons-csv, couchbase-lite-java, json4s_2.11, json4s-native_2.11, logback-classic, logback-core,
There are maybe transitive dependencies!

stubby-mock-mvc-tests from group com.sauloaraujo (version 0.0.2)

This library allows stubby (https://github.com/mrak/stubby4node) files to be used as partial test specifications, helping to ensure that a REST API properly satisfies its contract.

Group: com.sauloaraujo Artifact: stubby-mock-mvc-tests
Show all versions Show documentation Show source 
 

0 downloads
Artifact stubby-mock-mvc-tests
Group com.sauloaraujo
Version 0.0.2
Last update 27. March 2017
Organization not specified
URL https://github.com/saulo2/stubby-mock-mvc-tests
License The Apache License, Version 2.0
Dependencies amount 8
Dependencies commons-io, jackson-dataformat-yaml, url-detector, mockito-core, lombok, spring-context, spring-test, hamcrest-all,
There are maybe transitive dependencies!

predicates from group com.github.puddingspudding (version 0.4)

The intention of this project is to improve readability of equality and relational operators using predefined [Predicates](https://docs.oracle.com/javase/8/docs/api/java/util/function/Predicate.html).

Group: com.github.puddingspudding Artifact: predicates
Show all versions Show documentation Show source 
 

1 downloads
Artifact predicates
Group com.github.puddingspudding
Version 0.4
Last update 05. March 2017
Organization not specified
URL https://github.com/puddingspudding/java-predicates
License Apache License, Version 2.0
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!



Page 1226 from 1287 (items total 12863)


© 2015 - 2024 Weber Informatics LLC | Privacy Policy