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

Download JAR files tagged by library with all dependencies

Search JAR files by class name

android-util from group net.morimekta.utils (version 3.0.1)

Utility classes mimicking classes from android.os and android.util that does not really require an android phone to run. Created to facilitate testing and usage of android compatible libraries without having to run it on an actual phone. Note that android.os.Parcel and android.os.Bundle only supports a subset of it's original interface as these parts actually are dependent on the native phone library to work properly, or they have no real need on modern phones / outside android.

Group: net.morimekta.utils Artifact: android-util
Show all versions Show documentation Show source 
 

503 downloads
Artifact android-util
Group net.morimekta.utils
Version 3.0.1
Last update 08. September 2018
Organization not specified
URL https://gitlab.com/morimekta/android-util
License Apache License, Version 2.0
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

cloudrail-si-java from group com.cloudrail (version 2.21.11)

Unified API Library for: Cloud Storage, Social Profiles, Payment, Email, SMS and POIs. Included services are Dropbox, Google Drive, OneDrive, Box, Facebook, GitHub, Google+, LinkedIn, Slack, Twitter, Windows Live, Yahoo, PayPal, Stripe, Mailjet, Sendgrid, Twilio, Nexmo, Google Places, Foursquare, Yelp.

Group: com.cloudrail Artifact: cloudrail-si-java
Show all versions 
 

23 downloads
Artifact cloudrail-si-java
Group com.cloudrail
Version 2.21.11
Last update 29. August 2018
Organization licobo GmbH
URL http://cloudrail.com
License CloudRail SI License
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

newrelic-api from group com.opsmatters (version 1.0.12)

Java client library for the New Relic REST APIs built using Jersey and Gson. The library includes over 110 operations across all of the available 35 New Relic services. It can be used by applications to automate the configuration of New Relic Monitoring, Alerting and Dashboards, but can also be used for extracting incident and metric data, executing Insights queries, and uploading plugin metrics.

Group: com.opsmatters Artifact: newrelic-api
Show all versions Show documentation Show source 
 

0 downloads
Artifact newrelic-api
Group com.opsmatters
Version 1.0.12
Last update 22. August 2018
Organization not specified
URL https://github.com/opsmatters/newrelic-api
License Apache 2.0
Dependencies amount 5
Dependencies jersey-client, jersey-hk2, gson, guava, commons-lang3,
There are maybe transitive dependencies!

sshapi-jsch from group com.sshtools (version 1.1.2)

JSch is a pure Java implementation of SSH2. JSch allows you to connect to an sshd server and use port forwarding, X11 forwarding, file transfer, etc., and you can integrate its functionality into your own Java programs. JSch is licensed under BSD style license. Downloads and more information about JSch may be found at http://www.jcraft.com/jsch/. This library is the provider bridge for SSHAPI.

Group: com.sshtools Artifact: sshapi-jsch
Show all versions Show documentation Show source 
 

0 downloads
Artifact sshapi-jsch
Group com.sshtools
Version 1.1.2
Last update 16. August 2018
Organization not specified
URL ${scmWebRoot}/${project.artifactId}/
License not specified
Dependencies amount 3
Dependencies sshapi-core, jsch, jzlib,
There are maybe transitive dependencies!

sshapi-maverick from group com.sshtools (version 1.1.2)

Maverick is the definitive solution for total SSH compatibility on the Java™ platform. The library is designed to support SSH1 and SSH2 using any version of the Java Development Kit from 1.1 and above, and the API is also now J2ME-ready1 in anticipation of the new breed of interconnected mobile devices Downloads and more information about Maverick may be found at http://www.sshtools.co.uk/en/j2ssh-maverick/. This library is the provider bridge for SSHAPI.

Group: com.sshtools Artifact: sshapi-maverick
Show all versions Show documentation Show source 
 

2 downloads
Artifact sshapi-maverick
Group com.sshtools
Version 1.1.2
Last update 16. August 2018
Organization not specified
URL ${scmWebRoot}/${project.artifactId}/
License not specified
Dependencies amount 3
Dependencies sshapi-core, j2ssh-maverick, oro,
There are maybe transitive dependencies!

sshapi-trilead from group com.sshtools (version 1.1.2)

Trilead SSH-2 for Java is a library which implements the SSH-2 protocol in pure Java (minimum required JRE: 1.4.2). It allows one to connect to SSH servers from within Java programs. It supports SSH sessions (remote command execution and shell access), local and remote port forwarding, local stream forwarding, X11 forwarding, SCP and SFTP. There are no dependencies on any JCE provider, as all crypto functionality is included. This library is the provider bridge for SSHAPI.

Group: com.sshtools Artifact: sshapi-trilead
Show all versions Show documentation Show source 
 

0 downloads
Artifact sshapi-trilead
Group com.sshtools
Version 1.1.2
Last update 16. August 2018
Organization not specified
URL ${scmWebRoot}/${project.artifactId}/
License not specified
Dependencies amount 2
Dependencies sshapi-core, trilead-ssh2,
There are maybe transitive dependencies!

alchemy-thrift from group tech.sirwellington.alchemy (version 2.1)

Part of the Alchemy Collection. Makes it Simple to work with Thrift in Java. Saves you from writing boiler-plate code, such as management of Clients, and serialization of Thrift Objects. This library also demonstrates how to incorporate thrift with maven, for incorporation into your continuous delivery and distribution of your thrift schemas.

Group: tech.sirwellington.alchemy Artifact: alchemy-thrift
Show all versions Show documentation Show source 
 

0 downloads
Artifact alchemy-thrift
Group tech.sirwellington.alchemy
Version 2.1
Last update 26. June 2018
Organization not specified
URL https://github.com/SirWellington/alchemy-thrift
License not specified
Dependencies amount 3
Dependencies alchemy-annotations, slf4j-api, libthrift,
There are maybe transitive dependencies!

camera from group tk.jamun.ui (version 0.0.1)

Camera library provide you Custom Complete Camera view with features like Flash, Rotation, Gallery Picker, Focus, Tap to capture, Confirmation window and last but not least croping feature. It also provide you file path in return so that developer can feel a friendly handy way to Deal After.

Group: tk.jamun.ui Artifact: camera
Show documentation 
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact camera
Group tk.jamun.ui
Version 0.0.1
Last update 24. June 2018
Organization not specified
URL https://github.com/Lib-Jamun/Camera
License The Apache Software License, Version 2.0
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

config-util from group net.morimekta.utils (version 2.7.1)

Configuration Utilities. NOTE: This module is deprecated and will be removed at the end of the v2.x versions of the utilities. Preferred config system after that is either to use true type-safe config with `net.morimekta.providence:providence-config` or to use a simple JSON or YAML library or java properties files. The semi-typesafe layered config did not really solve the problems I had hoped it would, and in essence this was just a helper for merging maps and getting pre-cast values out of it.

Group: net.morimekta.utils Artifact: config-util
Show all versions Show documentation Show source 
 

0 downloads
Artifact config-util
Group net.morimekta.utils
Version 2.7.1
Last update 18. June 2018
Organization not specified
URL Not specified
License Apache License, Version 2.0
Dependencies amount 2
Dependencies io-util, guava,
There are maybe transitive dependencies!

marmotta-backend-accumulograph from group org.apache.marmotta (version 3.4.0)

This module provides an Apache Marmotta backend using blueprints abstraction on Accumulograph. This is a suitable backend in high performance or big data scenarios. It does not support rule-based reasoning and versioning. NOTE: This backend uses the Apache licensed AccumuloGraph library together with other Apache licensed products. See from https://github.com/JHUAPL/AccumuloGraph/blob/master/LICENSE.

Group: org.apache.marmotta Artifact: marmotta-backend-accumulograph
Show source 
 

0 downloads
Artifact marmotta-backend-accumulograph
Group org.apache.marmotta
Version 3.4.0
Last update 12. June 2018
Organization not specified
URL Not specified
License not specified
Dependencies amount 4
Dependencies marmotta-core, marmotta-sail-transactions, blueprints-accumulo-graph, blueprints-graph-sail,
There are maybe transitive dependencies!



Page 5413 from 5462 (items total 54618)


© 2015 - 2024 Weber Informatics LLC | Privacy Policy