io.fixprotocol.tablature:orchestra-common

Easy authoring for rules of engagement using markdown

Лицензия

Лицензия

Группа

Группа

io.fixprotocol.tablature
Идентификатор

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

orchestra-common
Последняя версия

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

0.4.1
Дата

Дата

Тип

Тип

jar
Описание

Описание

Easy authoring for rules of engagement using markdown
Ссылка на сайт

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

https://github.com/FIXTradingCommunity/tablature/wiki/orchestra-common
Организация-разработчик

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

FIX Trading Community

Скачать orchestra-common

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

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

Зависимости

compile (2)

Идентификатор библиотеки Тип Версия
org.apache.logging.log4j : log4j-api jar 2.13.3
com.fasterxml.jackson.core : jackson-databind jar 2.11.2

test (2)

Идентификатор библиотеки Тип Версия
org.junit.jupiter : junit-jupiter-engine jar 5.6.1
org.junit.jupiter : junit-jupiter-params jar 5.6.1

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

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

tablature

Converts a markdown document to a specification and documents a specification as markdown. Markdown can automatically be rendered as a web page in GitHub or other sites. This is an easy way to publish rules of engagement. Roundtrip is supported, allowing a user to update a specification iteratively with an ordinary text editor.

FIX Orchestra

The intial target of tablature is FIX Orchestra, "machine readable rules of engagement".

See these projects for the Orchestra standard and related resources:

  • fix-orchestra-spec - the standard. The inital implementation of this project is based on FIX Orchestra version 1.0 Draft Standard.
  • fix-orchestra - XML schemas, utilities, and demonstration code

Modules

md2orchestra

Translates a markdown document to an Orchestra repository file.

See the Tablature User Guide for Messages

orchestra2md

Translates an Orchestra repository file to a markdown document.

md2interfaces

Translates a markdown document to an Orchestra interfaces file.

See the Tablature User Guide for Interfaces

interfaces2md

Translates an Orchestra interfaces file to a markdown document.

md-grammar

A library to parse and write markdown files. Generic data structures act as an intermediary between the markdown parser and writer logic and applications that use them. In other words, the part of an application that reads or writes a specification like Orchestra needs no special knowledge of markdown.

For a brief introduction to markdown, see Markdown Notation.

Prerequisites

This project requires Java 11 or later. It should run on any platform for which a JVM is supported. Several open-source implementations are available, including OpenJDK.

Build

The project is built with Maven version 3.0 or later. See Building this Project

License

© Copyright 2020 FIX Protocol Limited

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

io.fixprotocol.tablature

FIX Trading Community

The nonprofit standards organization for the electronic trading industry

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

Версия
0.4.1
0.4.0