Showing 34 open source projects for "jsch-0.1.54.jar"

View related business solutions
  • Achieve perfect load balancing with a flexible Open Source Load Balancer Icon
    Achieve perfect load balancing with a flexible Open Source Load Balancer

    Take advantage of Open Source Load Balancer to elevate your business security and IT infrastructure with a custom ADC Solution.

    Boost application security and continuity with SKUDONET ADC, our Open Source Load Balancer, that maximizes IT infrastructure flexibility. Additionally, save up to $470 K per incident with AI and SKUDONET solutions, further enhancing your organization’s risk management and cost-efficiency strategies.
  • Small Business HR Management Software Icon
    Small Business HR Management Software

    Get a unified timekeeping, scheduling, payroll, HR and benefits portal with WorkforceHub.

    WorkforceHub is the instantly useful, delightfully simple to use, small business solution for tracking time, scheduling and hiring. It scales as your business grows while delivering the mission-critical features an organization needs. It is tailored to, built for, and priced for small business employers.
  • 1
    Linux Command Library (Mobile+CLI+Web)

    Linux Command Library (Mobile+CLI+Web)

    1M downloads Linux reference app with basics, tips and formatted pages

    The app currently has 5547 manual pages, 22+ basic categories and a bunch of general terminal tips. It works 100% offline, doesn't need an internet connection and has no tracking software.
    Downloads: 3 This Week
    Last Update:
    See Project
  • 2
    KPermissions

    KPermissions

    A Kotlin library which helps to request runtime permissions in Android

    An Android library is totally written in Kotlin that helps to request runtime permissions. This library is compatible also with Android M (API 23) where runtime permissions don't exist, so you have to handle them separately. To discover all the APIs of this library, check the wiki. It contains some useful notes and advanced features not explained in the README. For further samples, check the sample provided by this library. It shows how to integrate this library and request permissions from...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    Sandwich

    Sandwich

    Sandwich is an adaptable and lightweight sealed API library

    Sandwich is an adaptable and lightweight sealed API library designed for handling API responses and exceptions in Android for Retrofit, and Kotlin Multiplatform for Ktor, and Ktorfit. Sandwich was conceived to streamline the creation of standardized interfaces to model responses from Retrofit, Ktor, and whatever. This library empowers you to handle body data, errors, and exceptional cases more succinctly, utilizing functional operators within a multi-layer architecture. With Sandwich, the...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    Pedestal

    Pedestal

    The Pedestal Server-side Libraries

    .... Applications must respond with immediate feedback even while some back-end communication goes on. Pedestal makes it easy to deliver server-sent events and asynchronous updates. Pedestal works with a huge variety of containers and deployment options. Deploy applications or microservices on unikernels, Docker containers, or JAR files. Pedestal supports Tomcat, Jetty, Immutant (with Undertow), Vert.x, nginx, and Netty.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Propelling Payments for Software Platforms Icon
    Propelling Payments for Software Platforms

    For SaaS businesses to monetize payments through its turnkey PayFac-as-a-Service solution.

    Exact Payments delivers easy-to-integrate embedded payment solutions enabling you to rapidly onboard merchants, instantly activate a variety of payment methods and accelerate your revenue — delivering an end-to-end payment processing platform for SaaS businesses.
  • 5
    CollLib is a library of functions, interfaces, and base implementations, which eases everyday use of imperative programming principles in Java development. CollLib's released jar artifacts are available in the Maven central repository at: http://repo1.maven.org/maven2. If you use Maven (recommended), just add CollLib as a dependency in your project's pom.xml file (groupId=org.colllib, artifactId=colllib). Apart from the Maven distribution the CollLib binaries are also available...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6

    EventBus

    The no.1 event library for Android

    ... priorities, and many others. It is specifically optimized for high performance and is small at just ~60k jar. It's been proven by numerous apps with more than a billion total installs.
    Downloads: 5 This Week
    Last Update:
    See Project
  • 7
    Vavr

    Vavr

    Object-functional library that runs with Java 8+

    Vavr core is a functional library for Java. It helps to reduce the amount of code and to increase the robustness. A first step towards functional programming is to start thinking in immutable values. Vavr provides immutable collections and the necessary functions and control structures to operate on these values. The results are beautiful and just work. The Vavr binaries can be found on Maven Central. Beside with Gradle and Maven they work also standalone. The documentation gives an overview...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    Autobahn|Java

    Autobahn|Java

    WebSocket & WAMP in Java for Android and Java 8

    ... by the Crossbar.io Project, tested using the AutobahnTestsuite and published as a JAR to Maven and as a Docker toolchain image to Dockerhub.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    dotNet4Java - .Net for Java

    dotNet4Java - .Net for Java

    The best Java library to work with .Net libraries and frameworks.

    The dotNet4Java is a .Net Runtime Library for Java which helps Java developers work with .Net framework and 3rd party libraries in Java with ease. It is designed to provide a way to interact with applications written in anyone of the .Net languages (such as C#, Visual Basic.Net, Delphi.Net, JScript.Net etc) from Java. Competitive Advantages: - dotNet4Java JAR can be easily added to artefacts repository like maven or ivy. - dotNet4Java is single jar file that can be very easily added to any...
    Downloads: 0 This Week
    Last Update:
    See Project
  • Engage for Amazon Connect, the Pre-built Contact Center Platform Icon
    Engage for Amazon Connect, the Pre-built Contact Center Platform

    Utilizing the power of AWS and Generative AI, Engage provides your customers with highly personalized, exceptional experiences.

    Engage is a pre-built, intelligent contact center platform that transforms customer service.
  • 10
    EA Async

    EA Async

    EA Async implements async-await methods in the JVM

    EA Async implements Async-Await methods in the JVM. It allows programmers to write asynchronous code in a sequential fashion. EA Async should be used to write non-blocking asynchronous code that makes heavy use of CompletableFutures or CompletionStage. It improves scalability by freeing worker threads while your code awaits other processes; And improves productivity by making asynchronous code simpler and more readable. The methods look blocking but are actually transformed into asynchronous...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    jvm-mon

    jvm-mon

    Console-based JVM monitoring tool

    Console-based JVM monitoring - when you just want to SSH into a server and see what’s going on. jvm-top lets you monitor your JVM server applications from the terminal.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 12
    JavaFX-Applications A set of application written in javaFX Download the everything in one .jar file (pack.jar) see for more info: https://github.com/blockout22/JavaFX-Applications
    Downloads: 1 This Week
    Last Update:
    See Project
  • 13

    json4java

    Very Compact Java Reader / Writer ( 12kb)

    I was i need of a json writer / parser which is - Compact. Libraries around there are way too big given the json spec and my usual need for a project. -Simply integrated as a simple jar. Dont want to force Maven dependency on projects. Could not find it so i wrote it. I dont claim its perfect , but should save some time for small / medium projecs. Json types are intuitively mapped to their Java counterparts : Map , List. I did not try all UTF16 encodings , but let me know i will fix...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    JarOMine

    JarOMine

    Quickly Search THOUSANDS of Archives!

    If you have ever tried to locate files, classes, and resources buried amongst an ever shifting locus of ZIP and / or JAR files, we feel your pain! After spending far too much time searching hundreds of archives for moving targets, I decided to write JarOMine. Originally designed for locating Java classes, JarOMine works equally well with ZIP archives, too.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15

    JHCaching

    Lightweight LRU Caching library with persistence

    LRU caching map is Least Recent Used Map, (see Wiki), meaning that a Key,Value pair is stored in the cache, with a "expireTime", but every time the Key is retrieved (get method) the expire time is extended. It is a simple POJO one jar library. With complete documentation with examples and javadoc. When the cache reaches is "maxSize" or a cleanup of the cache is performed (automatically by deamon thread dependent on the "LRUCachingMapConfiguration"), it is the keys with least recent used...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    Synder

    Synder

    Atom/RSS/SearchSuggestion/OPML processing framework

    Synder is an Atom/RSS/SearchSuggestion/OPML processing framework It is Optimized For Android, but works with Java SE/EE. Synder has a small-footprint, low memory consumption. The only dependency for parsing is a SAX2 implementation.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    Alida

    Alida

    An annotation based Java Validation Framework for Java Classes

    - Alida is a lightweight API for validating Java objects. -“Alida” comes from pruning the word “vALIDAtion”. It also means a “Winged creature”. It can give programmers “wings” by delegating the validation to another API. - Alida uses only annotations for ‘marking up’ the objects which need to be validated. - It is packaged as a jar file (alida.jar) which can be dropped in the classpath and used. It can also be configured with eclipse’s annotation processing to give complier errors...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18

    JPOSBr

    JavaPOS implementation and more, for Brazilian Retail applications

    jPOSBr has a collection of JAR files that can help you with tasks such as: - Text files creation for the tax authorities (SPED, Sintegra, PAF, etc.) - Communication with business automation equipments, using JavaPOS standard - Issue Slips Bank - Electronic Invoice (NFE) and Electronic Fiscal Coupon (SAT / NFCe)
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    Jades

    Jades

    Java distributed executor service library

    This Java library provides the class DistributedExecutorService which implements java.util.concurrent.ExecutorService. The goal is to distribute tasks across a network of machines (nodes) over SSH. The API is designed to be as user-friendly as possible : 1. Instantiate DistributedExecutorService 2. Add nodes 3. Submit tasks The only requirement is that all machines have SSH and a compatible JRE (>= 6). More precisely, when a node is added, the application's jar is automatically copied...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20

    jAudioTaggerLib

    Repackage of jAudioTagger for developers

    Repackaged what was needed to use jAudioTagger as a library in Java. Made it usable as a netbeans project. Added targets in the build.xml to produce sources jar and javadocs jar for the library jar that is produced. Also uploaded are those jars (that I couldn't find anywhere else).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21

    http-client-3-wrapper

    Java wrapper around the old commons-http-client.3.1

    This is a java wrapper around the old commons-http-client.3.1 HTTP client which not developed anymore. The wrapper is using the new HttpClient 4.x and keeps binary compatibility. The intention for developing this wrapper was using Axis 2 for accessing a Microsoft Exchange 2010 server which requires a NTLM2 authentication. Not all methods are implemented, but it works for me. Just remove the old commons-httpclient-3.1.jar and add http-client-3-wrapper to your project.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22

    JarClassSearch

    Java Jar searcher

    Provides searching in Jar files for packages, classes and methods.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 23
    Nen

    Nen

    neural network implementation in java

    3-layer neural network for regression and classification with sigmoid activation function and command line interface similar to LibSVM. Quick Start: "java -jar nen.jar"
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    For Java developpers who need to request SOAP server... until SOAP is deprecated. This is a client Java API. It does not require neither perform any code generation. It fits within a single jar file. soap-dust is validated against real servers.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25

    Java Jar Manager

    Classpath Jar manager

    Simple program to manage libraries jar.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • Next