Showing 14 open source projects for "guava"

View related business solutions
  • Everything Your Small Business Needs to Succeed | Connecteam Icon
    Everything Your Small Business Needs to Succeed | Connecteam

    Connecteam is an award-winning all-in-one employee management solution for daily operations, communications, and human resource management.

    Easily engage and manage non-desk employees with Connecteam’s mobile-first platform that helps improve communication, enhance daily processes and increase productivity with custom checklists, forms, and reports. Schedule shifts and track accurate work hours with Connecteam’s automated GPS time clock and easily export approved timesheets to payroll. Connecteam helps you keep your employees sharp thanks to knowledge base centers and advanced training courses. Raise morale with employee recognition rewards and keep the entire company updated through the main news feed.
  • Optimize your workforce. Icon
    Optimize your workforce.

    Avilar serves clients in the private, government and non-profit sectors, with 50 to 250,00 learners and administrative users.

    To win in today’s business environment, you need the right people, with the right skills, in the right jobs, at the right time. Avilar, the Competency Company, helps astute organizations optimize their workforce for success. Avilar’s competency and eLearning tools provide flexible workforce analytics solutions that work.
  • 1
    Guava

    Guava

    Google core libraries for Java

    Guava is a set of core libraries that includes new collection types (such as multimap and multiset), immutable collections, a graph library, and utilities for concurrency, I/O, hashing, primitives, strings, and more!
    Downloads: 6 This Week
    Last Update:
    See Project
  • 2
    Caffeine

    Caffeine

    A high performance caching library for Java

    ... entries, due to its automatic cache loading. To improve integration, JSR-107 JCache and Guava adapters are provided in extension modules. JSR-107 standardizes a Java 6 based API to minimize vendor specific code at the cost of features and performance. Guava's Cache is the predecessor library and the adapters provide a simple migration strategy. Automatic loading of entries into the cache, optionally asynchronously and size-based eviction when a maximum is exceeded based on frequency and recency.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 3
    Truth

    Truth

    Fluent assertions for Java and Android

    Truth is a library for performing assertions in tests. Truth makes your test assertions and failure messages more readable. Similar to AssertJ, it natively supports many JDK and Guava types, and it is extensible to others. Truth is owned and maintained by the Guava team. It is used in the majority of the tests in Google’s own codebase.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    Immutables

    Immutables

    Annotation processor to create immutable objects and builders

    Java annotation processors to generate simple, safe, and consistent value objects. Do not repeat yourself, try Immutables, the most comprehensive tool in this field. With Immutables you can generate state-of-the-art immutable objects and builders. Type-safe, null-safe and thread-safe, with no boilerplate. Generate builders for immutable objects and even plain static factory methods. Just add jar to classpath and use. No required runtime dependencies! Guava is supported, but not required. Works...
    Downloads: 0 This Week
    Last Update:
    See Project
  • Automated quote and proposal software for IT solution providers. | ConnectWise CPQ Icon
    Automated quote and proposal software for IT solution providers. | ConnectWise CPQ

    Create IT quote templates, automate workflows, add integrations & price catalogs to save time & reduce errors on manual data entry & updates.

    ConnectWise CPQ, formerly ConnectWise Sell, is a professional quote and proposal automation software for IT solution providers. ConnectWise CPQ offers a wide range of tools that enables IT solution providers to save time, quote more, and win big. Top features include professional quote or proposal templates, product catalog and sourcing, workflow automation, sales reporting, and integrations with best-in-breed solutions like Cisco, Dell, HP, and Salesforce.
  • 5

    GUAVA

    Groovy I/O Toolkit

    Downloads: 0 This Week
    Last Update:
    See Project
  • 6

    ensurelib

    Writing assertions in Java without sacrificing code coverage

    The ensurelib library is used to state conditions that must be verified in source code. It acts as a replacement for standard java assertions and Google's guava code.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    Guava Eclipse Plugin
    migrated to github - https://github.com/GuavaEclipsePlugin/GuavaEclipsePluginParent "Guava Eclipse plugin" is an eclipse plugin which will generate following methods using Google guava utilty classes toString() equals(Object object) hashCode() compareTo(...)
    Downloads: 4 This Week
    Last Update:
    See Project
  • 9
    Joove

    Joove

    best way to script java code

    This is a lightweight library all in one file that has the spirit of Guava or ApacheCommons namely to write Java code more readable and less formal constraints This library and centered on a class "var" that is unique type for the management of lists HashMap tightens or other types of data through simple manipulations can be traced between them (eg. A string becomes an array after a split etc .. .). Here we will have a "var" that contains a string remains a "var" that contains an array so...
    Downloads: 0 This Week
    Last Update:
    See Project
  • Event Management Software Icon
    Event Management Software

    Ideal for conference and event planners, independent planners, associations, event management companies, non-profits, and more.

    YesEvents offers a comprehensive suite of services that spans the entire conference lifecycle and ensures every detail is executed with precision. Our commitment to exceptional customer service extends beyond conventional boundaries, consistently exceeding expectations and enriching both organizer and attendee experiences.
  • 10
    SEWOL: Security-oriented Workflow Lib

    SEWOL: Security-oriented Workflow Lib

    Java Library for workflow handling

    ...: - TOVAL (http://sourceforge.net/p/toval), - JAGAL (http://sourceforge.net/p/jagal), - OpenXES (http://www.xes-standard.org/openxes/), - Spex (http://code.deckfour.org/Spex/) - Google Guava (https://github.com/google/guava), - xstream (http://xstream.codehaus.org/) and - graph-impl and visualization components of Jung 2 (http://jung.sourceforge.net/). Documentation: http://doku.telematik.uni-freiburg.de/sewol
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11

    Quality-Check

    Quality-Check is a small Java library for basic runtime checks of vars

    The goal of quality-check is to provide a small Java library for basic runtime code quality checks. It provides similar features to org.springframework.util.Assert or com.google.common.base.Preconditions without the need to include big libraries or frameworks such as Spring or Guava. The package quality-check tries to replace these libraries and provide all the basic code quality checks you need. The checks provided here are typically used to validate method parameters and detect errors during...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12

    atomproxy

    Enables developers to easily build proxies of atom-like interfaces.

    ... setProperty3(boolean property3) { this.property3 = property3; } } This project enables developers to easily generate proxies implementing atomic interfaces at runtime. Now to create an instance of IAtom you can simply write: IAtom atom = (IAtom)AtomProxyBuilder.implement(IAtom.class).addProperties("property1", "1st property", "property2", 2, "property3", true).createProxy(); NOTE: guava and junit4 are required by this library.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    Fluent interfaces for Google Guava.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    This is a Blogging System. The main goal of the blog is to make the Blog User's life as easy as possible, we bake the cake and the user tosses the candles on top.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • Next