Observable

Observable classes implementation for Java.

Лицензия

Лицензия

Группа

Группа

com.github.mouse0w0
Идентификатор

Идентификатор

observable
Последняя версия

Последняя версия

1.4.0
Дата

Дата

Тип

Тип

pom.sha512
Описание

Описание

Observable
Observable classes implementation for Java.
Ссылка на сайт

Ссылка на сайт

https://github.com/mouse0w0/observable
Система контроля версий

Система контроля версий

https://github.com/mouse0w0/observable.git

Скачать observable

Зависимости

Библиотека не имеет зависимостей. Это самодостаточное приложение, которое не зависит ни от каких других библиотек.

Модули Проекта

Данный проект не имеет модулей.

observable

Maven Central

Observable classes implementation for Java.

How to use it

Maven

Add the dependency

<dependency>
    <groupId>com.github.mouse0w0</groupId>
    <artifactId>observable</artifactId>
    <version>1.4.0</version>
</dependency>

Gradle

Step 1. Add the Central repository to your build file

Add it in your root build.gradle at the end of repositories:

	repositories {
		mavenCentral()
	}

Step 2. Add the dependency

	dependencies {
	        implementation 'com.github.mouse0w0:observable:1.4.0'
	}

Версии библиотеки

Версия
1.4.0