Search Results for "java dependency" - Page 5

Showing 276 open source projects for "java dependency"

View related business solutions
  • Our Free Plans just got better! | Auth0 Icon
    Our Free Plans just got better! | Auth0

    With up to 25k MAUs and unlimited Okta connections, our Free Plan lets you focus on what you do best—building great apps.

    You asked, we delivered! Auth0 is excited to expand our Free and Paid plans to include more options so you can focus on building, deploying, and scaling applications without having to worry about your security. Auth0 now, thank yourself later.
    Try free now
  • MongoDB Atlas runs apps anywhere Icon
    MongoDB Atlas runs apps anywhere

    Deploy in 115+ regions with the modern database for every enterprise.

    MongoDB Atlas gives you the freedom to build and run modern applications anywhere—across AWS, Azure, and Google Cloud. With global availability in over 115 regions, Atlas lets you deploy close to your users, meet compliance needs, and scale with confidence across any geography.
    Start Free
  • 1
    Webcam Capture API

    Webcam Capture API

    Allow integrated or USB-connected webcams to be accessed from Java

    This library allows you to use your built-in or external webcam directly from Java. It's designed to abstract commonly used camera features and support various capturing frameworks. Assume a situation when your code depends on some capturing framework, but suddenly you have to drop it and use a different, maybe newer one (e.g. replace archaic JMF with newest GStreamer). By doing this you will have to rewrite significant piece of your code because these frameworks are completely different...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 2

    Aglyph

    Aglyph is a Dependency Injection framework for Python.

    Aglyph is a Dependency Injection framework for Python, supporting type 2 (setter) and type 3 (constructor) injection. Aglyph runs on CPython (http://www.python.org/) 2.7 and 3.4+, and on recent versions of the PyPy (http://pypy.org/>),Jython (http://www.jython.org/), IronPython (http://ironpython.net/), and Stackless Python (http://www.stackless.com/) variants. Aglyph can assemble "prototype" components (a new instance is created every time), "singleton" components (the same instance...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    EasyDeviceInfo

    EasyDeviceInfo

    [Android Library] Get device information in a super easy way

    Android library to get device information in a super easy way. The library is built for simplicity and approachability. It not only eliminates most boilerplate code for dealing with device information but also provides an easy and simple API to retrieve them. EasyDeviceInfo is split into multiple module-libraries, v2.2.0 onwards. Use the appropriate one as per your requirement.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    fastdex

    fastdex

    Speed ​​up the compilation speed of apk

    If you can't stand the slow compilation of apk (especially if there are multiple dex in the project), fastdex can help you speed up the apk generation process. Scan all project codes and add a dependency on the fastdex.runtime.antilazyload.AntilazyLoad class in the construction method. The purpose of this is to solve the problem of class verification. For details, please refer to Android. Take a snapshot of all the dependencies of the current project, in order to compare whether...
    Downloads: 0 This Week
    Last Update:
    See Project
  • No-Nonsense Code-to-Cloud Security for Devs | Aikido Icon
    No-Nonsense Code-to-Cloud Security for Devs | Aikido

    Connect your GitHub, GitLab, Bitbucket, or Azure DevOps account to start scanning your repos for free.

    Aikido provides a unified security platform for developers, combining 12 powerful scans like SAST, DAST, and CSPM. AI-driven AutoFix and AutoTriage streamline vulnerability management, while runtime protection blocks attacks.
    Start for Free
  • 5
    The Teachingbox uses advanced machine learning techniques to relieve developers from the programming of hand-crafted sophisticated behaviors of autonomous agents (such as robots, game players etc...) In the current status we have implemented a well founded reinforcement learning core in Java with many popular usecases, environments, policies and learners. Obtaining the teachingbox: FOR USERS: If you want to download the latest releases, please visit: http://search.maven.org...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    neoHort5 iText (v.5.*)&JExcel&ApachePOI

    neoHort5 iText (v.5.*)&JExcel&ApachePOI

    neoHort:Java PDF&XLS runtime builder-based iText(v.5.*)&JExcelAPI..

    neoHort5:Java PDF&XLS runtime builder-based iText(v.5.*)&JExcelAPI library.Xml-based input source with integrated WebJava environment objects (beans e.c.)Include dynamical tag's structures: cycle,condition,e.c. Support iText 5.* Demo https://neohort4ape.appspot.com GitHub https://github.com/surban1974/neohort Maven <repositories> <repository> <id>neohort-mvn-repo</id> <url>https://github.com/surban1974/neohort/raw/mvn-repo/</url> <snapshots> <enabled>true</enabled...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7

    OovAide

    C++, Java IDE with auto class, sequence, zone, dependency, diagrams

    The OovAide project used to be named oovcde. Searching the web will bring up more information about oovcde at this time. The OovAide project is a C++ or Java analysis IDE for Windows or Linux with an automated multi-tasking build system, cross compiler support, an analysis tool based on CLang that creates UML class, component, sequence as well as zone and portion diagrams from C++ or Java source, static analysis and test coverage. The diagrams allow navigation through the source code...
    Downloads: 2 This Week
    Last Update:
    See Project
  • 8
    Material Design Dimens

    Material Design Dimens

    Default colors and dimens per Material Design guidelines and Android

    Default colors and dimens per Material Design guidelines and Android Design guidelines inside one library.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    SCM-Tool to manage project dependency in version control systems (CVS and SVN). Supports automatically and consistent workspace setup for eclipse and RAD. Continuous integration support for JEE basis on CruiseControl is also available.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Photo and Video Editing APIs and SDKs Icon
    Photo and Video Editing APIs and SDKs

    Trusted by 150 million+ creators and businesses globally

    Unlock Picsart's full editing suite by embedding our Editor SDK directly into your platform. Offer your users the power of a full design suite without leaving your site.
    Learn More
  • 10

    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: 4 This Week
    Last Update:
    See Project
  • 11

    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: 1 This Week
    Last Update:
    See Project
  • 12

    java-object-merger

    Library for merging and mapping of java objects

    ... central repository: <dependency> <groupId>net.sf.brunneng.jom</groupId> <artifactId>java-object-merger</artifactId> <version>0.8.5.1</version> </dependency>
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    Android Sliding Up Panel

    Android Sliding Up Panel

    A simple way to add a draggable sliding up panel to Android apps

    This library provides a simple way to add a draggable sliding up panel (popularized by Google Music and Google Maps) to your Android application. As seen in Umano Android App (now acquired by Dropbox). If you are using the library and you would like to have your app listed, simply let us know. Simply add the following dependency to your build.gradle file to use the latest version. Include com.sothree.slidinguppanel.SlidingUpPanelLayout as the root element in your activity layout. The layout...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    Pop Framework

    Pop Framework

    Use Java bean as model of web page, reference beans in hyperlinks

    Pop Framework (or Pop), http://www.popframework.net, is a bean-based MVC framework for Java/J2EE web applications. Pop implements IoC, Dependency Injection, and AOP. Pop provides annotations for users to define and reference a bean. Pop can help users to customize a bean, a scope, a factory and a reference in object-oriented way. Pop treats a bean as the model of a web page (JSP or servlet), the webpage itself is a view of the bean. The model provides the data for the view, the view...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    Application framework based on inversion of control/dependency injection
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16

    VnDP

    A Vietnamese dependency parsing toolkit

    VnDP is a Vietnamese dependency parsing toolkit which integrates a pre-trained parsing model and a pre-trained POS tagging model. The parsing model was trained on our VnDT Vietnamese dependency Treebank which was automatically converted from the Vietnamese constituent Treebank. See more details in VnDP's website at http://vndp.sourceforge.net/
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    Object Graph Visualizer

    Object Graph Visualizer

    A modeling tool for software engineers (OO)

    ... with object relations. Following additional functionality is provided: Attributes, Mulitplicities, Roles, Object Graph Mode, Coloring, Save and Load, XMI 1.1 Import from Enterprise Architect, Associations (undirected, directed, bidirected), Aggregations, Compositions, Dependency, Generalization, Multiple Virtual Inheritance (Developer Addendum: It shouldn't be too difficult to add an API for remote application control, e.g. visualize and debug a running programm. See class "ModelViewConnector".)
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    BGARefreshLayout-Android

    BGARefreshLayout-Android

    Configurable custom header advertising space

    Developers can use BGARefreshLayout-Android to implement multiple pull-down refresh effects, pull-ups to load more, and configure custom header ad slots for various controls. Sina Weibo pull-down refresh style (you can set various status texts, and you can set the background of the entire refresh head). Mooke.com pull-down refresh style (you can set the logo and color to your company's style, and you can set the background of the entire refresh head). Meituan pull-down refresh style (you can...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    AceQL

    AceQL

    Remote JDBC access through HTTP

    AceQL is discontinued and replaced by AceQL HTTP. See http://www.aceql.com
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    jspx
    JSPX is a Java Web RAD Framework. That is based on Servlets and extending its very limited nature to fully OOP Java APIs to control HTML & to create advanced web application in a very fast development time. JSPX works on all web/application servers.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    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
  • 22

    biweekly

    An iCalendar library written in Java.

    biweekly HAS MOVED TO GITHUB! Watch me, star me, fork me! https://github.com/mangstadt/biweekly biweekly is an iCalendar library written in Java (requires Java 1.5 or above). The project aims to provide a well documented, easy to use API for reading and writing iCalendar and vCalendar data.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23

    sparsedoppler

    Continuous choice of string resonance at each point live music in CPU

    ... discontinuous field but in theory may be continuous as change in natural resonance frequency (what part of the "guitar string" would vibrate as if nothing acted on it) These few kilobytes of java code, many versions of CochleaSim.java and JSoundCard0.5 as an easily replaced dependency that reads microphone and writes to speakers as numbers ranging -1 to 1 44100 times per second, which is where SparseDoppler hooks in its array, microphone at one end and speakers hear the sum of the whole string.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    Spock Example

    Spock Example

    Spock example specifications along with ready-to-go Gradle builds

    The Spock Example project is a reference repository demonstrating how to set up and use the Spock testing framework with Gradle or Maven. It includes sample Specification classes that illustrate key Spock features—given/when/then style, data-driven testing, mocking/stubbing, and interaction verification. The examples show how to integrate Spock into typical Java/Groovy projects, how to run tests inside IDEs like Eclipse or IntelliJ, and how to align build scripts with Spock’s dependencies...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    Jigy Generator Windows

    Jigy Generator Windows

    The best way to generate a Spring Java Web Application. It just works!

    The Jigy Generator is the simplest way to build and code a Java web application with a Spring Framework by using a project creation wizard and now it's been made even simpler by downloading a very small HTML file (337 bytes) and filling out a few form fields and let it construct your project with ease! The resulting project will be a Java web application with a Spring Framework configured to run in Eclipse or Netbeans. The project is annotation-based and provides dependency injection of project...
    Downloads: 0 This Week
    Last Update:
    See Project
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.