Objectos Testing :: Random · Various random value generators to be used in tests.
Group: br.com.objectos.oss-java17 - All Dependencies
Objectos Testing :: fs · Filesystem related utilities to be used in tests only.
Objectos Testing :: Concurrent · Objectos Concurrent related utilities to be used in tests only.
Objectos Logger · Provides a Objectos Core Logging implementation.
Objectos Git · ObjectosGit is a pure Java library that provides a limited set of GIT operations.
Objectos FS :: Watch · A Java multi-release filesystem watch service implementation. Uses a polling system for Java6 and delegates to java.nio.file.WatchService for Java7+ while providing the same public API.
Objectos FS · A Java multi-release library for filesystem access. Uses java.io for Java6 and java.nio.file for Java7+ while providing the same public API.
Objectos Core :: Throwable · Defines the Objectos Core Utilities for java.lang.Throwable and java.lang.StackTraceElement instances.
Objectos Core :: System · System properties utilities. In particular it eases handling 'os.*' properties.
Objectos Core :: String · Provides utilities for java.lang.String.
Objectos Core :: Service · Defines the Objectos Core Service API. Provides an interface for defining a service and a static utility class for service instances. Service is any class whose instances must be started during an application initialization and must be stopped at the application shutdown.
Objectos Core :: Runtime · Provides utilities for the java.lang.Runtime class, includes a facility for running operations in a shutdown hook.
Objectos Core :: Object · Defines the Objectos Core Utilities for java.lang.Object instances. Provides utitities for implementing equals(Object), hashCode() and toString() methods. Also provides a utitliy that helps constructors and methods check if they were invoked correctly or not.
Objectos Core :: Multi-Release · The ObjectosMultiRelease processor helps the generation of release specific jars by generating code
Objectos Core :: Logging · The Objectos Core Logging API. This is the API only, more-logging is needed during runtime.
Objectos Core :: I/O · Utilities for java.io.InputStream and java.io.OutputStream
Objectos Core :: array · The Objectos Core Utilities for array instances
Objectos Concurrent · Objectos Concurrency library
Objectos Collections :: Set · The Objectos Collections Set implementations and utilities.
Objectos Collections :: Map · The Objectos Collections Map implementations and utilities.
Objectos Collections :: List · The Objectos Collections List implementations and utilities.
Objectos Collections :: base · Provides base interfaces and implementations common to all Objectos Collections modules.