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

View related business solutions
  • New Plans, same great Auth0 | Auth0 by Okta Icon
    New Plans, same great Auth0 | Auth0 by Okta

    You asked, we delivered! Auth0 has expanded our Free and Paid plans to make it even easier for you to protect your customers identities.

    In our new Free Plan, you'll receive more MAUs than ever. You'll also be able to add Passwordless authentication, use your own custom domain, and more. Our expanded Paid Plans include increased connections, more MFA offerings, and more. Check out what's new.
    Learn more
  • Bright Data - All in One Platform for Proxies and Web Scraping Icon
    Bright Data - All in One Platform for Proxies and Web Scraping

    Say goodbye to blocks, restrictions, and CAPTCHAs

    Bright Data offers the highest quality proxies with automated session management, IP rotation, and advanced web unlocking technology. Enjoy reliable, fast performance with easy integration, a user-friendly dashboard, and enterprise-grade scaling. Powered by ethically-sourced residential IPs for seamless web scraping.
    Get Started
  • 1
    Apktool

    Apktool

    A tool for reverse engineering Android apk files

    A tool for reverse engineering 3rd party, closed, binary Android apps. It can decode resources to nearly original form and rebuild them after making some modifications. It also makes working with an app easier because of the project like file structure and automation of some repetitive tasks like building apk, etc. It is NOT intended for piracy and other non-legal uses. It could be used for localizing, adding some features or support for custom platforms, analyzing applications and much...
    Downloads: 63 This Week
    Last Update:
    See Project
  • 2
    Launch4j Executable Wrapper
    Cross-platform Java executable wrapper for creating lightweight Windows native EXEs. Provides advanced JRE search, application startup configuration and better user experience.
    Leader badge
    Downloads: 2,986 This Week
    Last Update:
    See Project
  • 3
    Antigen (Ant Installer Generator) is a tool to take an Ant build script, combine it with a GUI and wrap it up as an executable jar file. Its main use is for creating graphical, ant-based installers.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4

    Miniloader

    replacement for Java Web Start

    Miniloader is intended as a replacement for Java Web Start (which is deprecated). It maintains a local cache of the Jars that comprise your project, downloaded from a site you control.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Top-Rated Free CRM Software Icon
    Top-Rated Free CRM Software

    216,000+ customers in over 135 countries grow their businesses with HubSpot

    HubSpot is an AI-powered customer platform with all the software, integrations, and resources you need to connect your marketing, sales, and customer service. HubSpot's connected platform enables you to grow your business faster by focusing on what matters most: your customers.
    Get started free
  • 5
    GenJar is a specialized Ant task that builds jar files based on class dependencies rather than simply the contents of a directory.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6

    APKRepatcher

    APKRepatcher helps you to modify an existing apk with simple GUI

    APKRepatcher helps you to modify an existing apk using a simple user friendly GUI. It lets you edit java/smali code from an APK and rewrite the changes back to the modified signed APK. Additionally, it provides you option to convert Dex, Jar, Class, Smali, Class from one format to another. APKRepatcher makes use of dex2jar, jadx, rsyantaxtextarea, zip4j, apktool
    Downloads: 6 This Week
    Last Update:
    See Project
  • 7

    OFormsCI

    Continuous Integration for Oracle Forms/Reports Fusion Middleware

    OFormsCI is a set of tools to form a complete tool chain for continuous integration with Git, Jenkins, Oracle Forms/Reports and WebLogic server.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    This is a javadoc doclet which produces PDF output for a given Java API, using another SourceForge project, "iText". It requires nothing more than some JAR files for creating PDF files. Forget about all the fuss of having to create MIF output first
    Leader badge
    Downloads: 4 This Week
    Last Update:
    See Project
  • 9
    An Ant task to generate a WAR file for a Java Web Start (JNLP) application. Allows for easy packaging and distribution of a Web Start application via a WAR file.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Cyber Risk Assessment and Management Platform Icon
    Cyber Risk Assessment and Management Platform

    ConnectWise Identify is a powerful cybersecurity risk assessment platform offering strategic cybersecurity assessments and recommendations.

    When it comes to cybersecurity, what your clients don’t know can really hurt them. And believe it or not, keep them safe starts with asking questions. With ConnectWise Identify Assessment, get access to risk assessment backed by the NIST Cybersecurity Framework to uncover risks across your client’s entire business, not just their networks. With a clearly defined, easy-to-read risk report in hand, you can start having meaningful security conversations that can get you on the path of keeping your clients protected from every angle. Choose from two assessment levels to cover every client’s need, from the Essentials to cover the basics to our Comprehensive Assessment to dive deeper to uncover additional risks. Our intuitive heat map shows you your client’s overall risk level and priority to address risks based on probability and financial impact. Each report includes remediation recommendations to help you create a revenue-generating action plan.
    Learn More
  • 10
    Dakota
    Dakota es un proyecto hecho en java para covertir un archivo jar, en un executables de windows.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    sf-mvn-plugins
    A collection of maven plugins for developers: 1) wagon-http-sourceforge to download artifacts from SF file release area 2) 1jar-maven-plugin support one-jar technology
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    This project is intended top provide a build script for Java jar & web projects. Run "ant -p" to get a full list of the potential targets. The expected targets should be "jar","war" or "deploy". There is an additional task called "cibuild" which is intended to run with a build server. Unless this task is called all built files will have the form projgroup-projname-A.BB.CCC-DEV.xxx Where A.BB.CCC is the version number and DEV marks the version as being...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13

    MergeJARs

    A GUI utility to merge JAR, WAR, EAR and ZIP files

    It is a very helpful utility for Java developers. Sometimes your project may depend on various libraries. But delivering a desktop application with dependencies is not a good idea. This utility helps to merge all JARs into one JAR. This utility can be used to merge JAR, WAR, EAR and ZIP files.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14

    conJoin

    Combine JAR Files

    A graphical tool for combining JAR files together into a single distributable JAR. Reads the manifest of the main JAR so you can use it to find the supporting JARs needed, or edit the manifest by adding or removing JARs. Can be used to combine multiple JARs into a single distributable JAR, install plugins into an existing JAR, or update the JAR with newer versions of existing classes.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    One-JAR(TM)
    One-JAR(TM) is a simple solution to a vexing problem in Java: how to distribute an application as a single jar-file, when it depends on multiple other jar-files. One-JAR uses a custom classloader to discover library jar files inside the main jar.
    Leader badge
    Downloads: 68 This Week
    Last Update:
    See Project
  • 16

    Java Class Utility

    constant string value modification

    With this utility you can change value of constant string in .jar file or .class files. This is useful for make a timestamp of build, some configuration etc. without rebuild.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    Autojar
    Autojar creates jar files of minimal size from different inputs like own classes or external archives. It scans the bytecode recursively for references to other classes, extracts these from the archives, and copies them to the output.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    A java utility that merges jars together to form a single unified jar. Supports complex merge scenarios, including merging OSGi manifest files for example. Extensible and configurable. Intended for java developers.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    This multilanguage version of GJar (https://gjar.dev.java.net/) is a simple GUI tool to help developer to create JAR files. Since version 1.0.3 it can unpack jar files to join them into one. See internal help (Menu -> ? ->Help) for more details.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    Schmant is a build environment for building software projects. It runs build scripts written in Groovy, JavaScript, JRuby or Jython. Scripts use Schmant tasks for common tasks such as compiling Java or building Jar files.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    This is a tool for managing changes to database schemas based on Active Record migrations. Features multiple schema interactions, runtime variable substitution, script creation, and much more. Visit http://migrations.sourceforge.net for more information.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    Eclipse Plugin for exporting signed Jars similar to Eclipse JAR Export
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    Eclipse Plug-In for deploying a project into one "fat" executable jar file containing all referenced libraries. References are taken from the project settings, so no manual configuration is necessary.
    Downloads: 57 This Week
    Last Update:
    See Project
  • 24
    this is an unofficial project which pack and distribute 3rd party jar files for Slackware linux. .SlackBuild scripts are also available; if you need java resources for your Slackware box, this is the right place.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    The Version Checker Tool traverses the given folder or directory and groups the found classes by java major and minor version. It helps to identify and resolve the java run time compatibility issues with class and jar files.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • 3
  • Next