ObjectosTesting · Testing related utilities on top of the TestNG library.
Group: br.com.objectos.oss-java7 - All Dependencies
ObjectosMultiRelease processor · The ObjectosMultiRelease processor helps the generation of release specific jars by generating code
ObjectosMultiRelease · Annotations for the multi-release processor and code generator
ObjectosMoreLogging and SLF4J · A SLF4J adapter for the ObjectosMoreLogging module.
ObjectosMoreLogging · The Objectos Logging implementation.
Objectos Logging · The Objectos Logging API. This is the API only, an implementation is needed during runtime.
ObjectosLang · A set of utilities for classes of the java.lang and the java.util packages.
Objectos Git · ObjectosGit is a pure Java library that provides a limited set of GIT operations.
Objectos Concurrent · Objectos Concurrency library
ObjectosCollections · A Java collections library.
ObjectosAnnotations · Objectos Core Annotations
Objectos Testing :: Random · Various random value generators to be used in tests.
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 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.