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

Download JAR files tagged by methods with all dependencies

Search JAR files by class name

IOCipher from group info.guardianproject.iocipher (version 0.5)

NetCipher is a library for Android that provides multiple means to improve network security in mobile applications. It provides best practices TLS settings using the standard Android HTTP methods, HttpURLConnection and Apache HTTP Client, provides simple Tor integration, makes it easy to configure proxies for HTTP connections and `WebView` instances.

Group: info.guardianproject.iocipher Artifact: IOCipher
Show all versions 
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact IOCipher
Group info.guardianproject.iocipher
Version 0.5
Last update 08. April 2021
Organization not specified
URL https://guardianproject.info/code/iocipher
License LGPLv3+
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

vonce-sqlbean from group cn.vonce (version 1.3.0)

This is a tool that uses java object-oriented idea to write and generate SQL statements. On this basis, it also implements lightweight plug-in support similar to JPA for mybatis and spring JDBC. A large number of common SQL execution methods are built in plug-ins to improve development efficiency, reduce a large number of SQL statement writing, and make developers focus on business code writing.

Group: cn.vonce Artifact: vonce-sqlbean
Show all versions Show documentation Show source 
 

0 downloads
Artifact vonce-sqlbean
Group cn.vonce
Version 1.3.0
Last update 15. June 2020
Organization not specified
URL www.vonce.cn
License The MIT License
Dependencies amount 5
Dependencies guava, vonce-common, reflectasm, dom4j, javapoet,
There are maybe transitive dependencies!

cloudsdk-client from group com.ocrsdk.abbyy (version 1.0.0)

ABBYY Cloud OCR SDK allows to recognize printed text (OCR) and hand-printed text (ICR) on images, convert image-only documents to searchable PDF or editable Microsoft Office formats, extract data from receipts, business cards and IDs through the simple HTTP API. This Java library provides classes and methods to access ABBYY Cloud OCR SDK API endpoints.

Group: com.ocrsdk.abbyy Artifact: cloudsdk-client
Show all versions Show documentation Show source 
 

0 downloads
Artifact cloudsdk-client
Group com.ocrsdk.abbyy
Version 1.0.0
Last update 24. January 2020
Organization not specified
URL https://github.com/abbyy/cloudsdk-client-java
License The Apache License, Version 2.0
Dependencies amount 1
Dependencies jackson-databind,
There are maybe transitive dependencies!

church.i18n.error from group church.i18n (version 2019.0)

Unification of error handling (not only) for RESTful servers Project name: church.i18n.error Rest Exception Handling library provides basic model and support methods for handling exceptions in localized projects. It tries to abstract this problem from the implementation and provides more universal mechanism of dealing with exceptions.

Group: church.i18n Artifact: church.i18n.error
Show documentation Show source 
 

0 downloads
Artifact church.i18n.error
Group church.i18n
Version 2019.0
Last update 05. August 2019
Organization not specified
URL https://bitbucket.org/i18n_church/church.i18n.error
License The MIT License
Dependencies amount 4
Dependencies slf4j-api, church.i18n.resources.bundles, church.i18n.rest.response.model, church.i18n.rest.exception,
There are maybe transitive dependencies!

org.eclipse.xpect.xtext.lib from group org.eclipse.xpect (version 0.2.0.v20190619)

Group: org.eclipse.xpect Artifact: org.eclipse.xpect.xtext.lib
Show documentation Show source 
 

0 downloads
Artifact org.eclipse.xpect.xtext.lib
Group org.eclipse.xpect
Version 0.2.0.v20190619
Last update 19. June 2019
Organization not specified
URL Not specified
License not specified
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

org.eclipse.xpect.ui from group org.eclipse.xpect (version 0.2.0.v20190619)

Group: org.eclipse.xpect Artifact: org.eclipse.xpect.ui
Show documentation Show source 
 

0 downloads
Artifact org.eclipse.xpect.ui
Group org.eclipse.xpect
Version 0.2.0.v20190619
Last update 19. June 2019
Organization not specified
URL Not specified
License not specified
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

org.eclipse.xpect from group org.eclipse.xpect (version 0.2.0.v20190619)

Group: org.eclipse.xpect Artifact: org.eclipse.xpect
Show documentation Show source 
 

0 downloads
Artifact org.eclipse.xpect
Group org.eclipse.xpect
Version 0.2.0.v20190619
Last update 19. June 2019
Organization not specified
URL Not specified
License not specified
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

org.eclipse.xpect.parent from group org.eclipse.xpect (version 0.2.0.v20190619)

Eclipse Xpect is a unit- and integration-testing framework to be used for Xtext-based languages. Test data (e.g. expectations) are embedded into programs written in the DSL under tests. Xpect itself is based on Junit; new test methods can be written in Java and are called by the Xpect framework with the test data. Typical Xpect tests include expecting certain error messages, ensuring correct scopes, or specific content assist proposals.

Group: org.eclipse.xpect Artifact: org.eclipse.xpect.parent
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact org.eclipse.xpect.parent
Group org.eclipse.xpect
Version 0.2.0.v20190619
Last update 19. June 2019
Organization not specified
URL https://projects.eclipse.org/projects/modeling.xpect
License Eclipse Public License - v 1.0
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

LBFGS from group com.github.thssmonkey (version 1.0.4)

Limited-memory BFGS (L-BFGS) is an optimization algorithm in the family of quasi-Newton methods that approximates the Broyden–Fletcher–Goldfarb–Shanno (BFGS) algorithm using a limited amount of computer memory. It is a popular algorithm for parameter estimation in machine learning. The algorithm's target problem is to minimize f(x) over unconstrained values of the real-vector x where f is a differentiable scalar function.

Group: com.github.thssmonkey Artifact: LBFGS
Show all versions Show documentation Show source 
 

0 downloads
Artifact LBFGS
Group com.github.thssmonkey
Version 1.0.4
Last update 16. May 2019
Organization not specified
URL https://github.com/thssmonkey/LBFGS
License The Apache Software License, Version 2.0
Dependencies amount 4
Dependencies flink-scala_${scala.binary.version}, flink-streaming-scala_${scala.binary.version}, flink-clients_${scala.binary.version}, flink-ml_${scala.binary.version},
There are maybe transitive dependencies!

ask-sdk-mvc from group com.amazon.alexa (version 0.1.0)

The Alexa Skills Kit MVC Framework extends the existing ASK SDK, adding features for mapping requests to methods and rendering responses via view scripts and templates such as Nashorn Javascript and Freemarker. It also integrates with the ASK SDK Interaction Model Mapper framework to create a single environment where both the interaction model and business logic of skills can be managed as code packages.

Group: com.amazon.alexa Artifact: ask-sdk-mvc
Show documentation Show source 
 

1 downloads
Artifact ask-sdk-mvc
Group com.amazon.alexa
Version 0.1.0
Last update 11. September 2018
Organization not specified
URL http://developer.amazon.com/ask
License The Apache License, Version 2.0
Dependencies amount 2
Dependencies ask-sdk-interaction-model-mapper, ask-sdk,
There are maybe transitive dependencies!



Page 137 from 148 (items total 1478)


© 2015 - 2024 Weber Informatics LLC | Privacy Policy