electro

A Java library to help work with musical time.

Лицензия

Лицензия

Группа

Группа

org.deepsymmetry
Идентификатор

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

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

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

0.1.4
Дата

Дата

Тип

Тип

jar
Описание

Описание

electro
A Java library to help work with musical time.
Ссылка на сайт

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

https://github.com/Deep-Symmetry/electro
Организация-разработчик

Организация-разработчик

Deep Symmetry, LLC
Система контроля версий

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

https://github.com/Deep-Symmetry/electro.git

Скачать electro

Как подключить последнюю версию

<!-- https://jarcasting.com/artifacts/org.deepsymmetry/electro/ -->
<dependency>
    <groupId>org.deepsymmetry</groupId>
    <artifactId>electro</artifactId>
    <version>0.1.4</version>
</dependency>
// https://jarcasting.com/artifacts/org.deepsymmetry/electro/
implementation 'org.deepsymmetry:electro:0.1.4'
// https://jarcasting.com/artifacts/org.deepsymmetry/electro/
implementation ("org.deepsymmetry:electro:0.1.4")
'org.deepsymmetry:electro:jar:0.1.4'
<dependency org="org.deepsymmetry" name="electro" rev="0.1.4">
  <artifact name="electro" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.deepsymmetry', module='electro', version='0.1.4')
)
libraryDependencies += "org.deepsymmetry" % "electro" % "0.1.4"
[org.deepsymmetry/electro "0.1.4"]

Зависимости

compile (1)

Идентификатор библиотеки Тип Версия
org.apache.commons : commons-math3 jar 3.6.1

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

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

electro

A Java library to help work with musical time. Based on the rhythm namespace in Afterglow, ported to plain Java to give these capabilities to Beat Link without requiring it to embed the Clojure ecosystem.

Installation

Electro is available through Maven Central, so to use it in your Maven project, all you need is to include the appropriate dependency.

Maven Central

Click the maven central badge above to view the repository entry for electro. The proper format for including the latest release as a dependency in a variety of tools can be found in the Dependency Information section. If you want these kinds of capabilities from Clojure, you are better off depending on Afterglow via Clojars and using its Clojure-oriented rhythm namespace, linked at the top of the page.

If you want to manually install electro, you can download the library from the releases page and put it on your project’s class path.

Usage

See the API Documentation for full details.

License

Deep Symmetry

Copyright © 2018 Deep Symmetry, LLC

Distributed under the Eclipse Public License 1.0. By using this software in any fashion, you agree to be bound by the terms of this license. You must not remove this notice, or any other, from this software.

org.deepsymmetry

Deep Symmetry

Sharing and supporting electronic music through open-source software and performances

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

Версия
0.1.4
0.1.3
0.1.2
0.1.0