veraPDF Model Syntax

PDF/A Validation model DSL defined in Xtext with Eclipse support.

Лицензия

Лицензия

Категории

Категории

PDF Данные
Группа

Группа

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

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

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

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

1.18.3
Дата

Дата

Тип

Тип

pom
Описание

Описание

veraPDF Model Syntax
PDF/A Validation model DSL defined in Xtext with Eclipse support.
Ссылка на сайт

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

https://github.com/veraPDF/veraPDF-model-syntax/
Организация-разработчик

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

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

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

https://github.com/veraPDF/veraPDF-model-syntax/

Скачать parent

Имя Файла Размер
parent-1.18.3.pom 7 KB
Обзор

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

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

Зависимости

test (1)

Идентификатор библиотеки Тип Версия
org.codehaus.sonar-plugins.java : sonar-jacoco-listeners jar 3.2

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

  • ../org.verapdf
  • ../org.verapdf.ui
  • ../org.verapdf.tests
  • ../org.verapdf.sdk

veraPDF-model-syntax

This project provides domain specific language support for the veraPDF PDF/A validation model. The DSL is developed with Xtext including spell checking, word completion, syntax colouring and generation of Java interfaces from the model.

CI Status

Travis: Build Status

Jenkins: Build Status

Pre-requisites

In order to make use of the DSL support you'll require

Installation of DSL Support in Eclipse

To get veraPDF-model support in Eclipse :

  1. Download the veraPDF-model-syntax repository, either cloning via Git git clone https://github.com/veraPDF/veraPDF-model-syntax or downloading the latest zip archive from GitHub.

  2. Copy the plugins from veraPDF-model-syntax/eclipse_plugins to {eclipse_directory}/plugins.

  3. Restart Eclipse.

Your Eclipse installation should now support {formal_syntax_name} with syntax checking and colouring, auto-completion, and generation of Java interfaces from the model classes (should have .mdl extension).

Importing the veraPDF Validation Model

To begin working with the veraPDF model:

  1. Download the veraPDF-model repository, either cloning via Git git clone https://github.com/veraPDF/veraPDF-model or downloading the latest zip archive from GitHub.

  2. Launch Eclipse and import the model into your Eclipse workspace: File -> Import... -> General -> Existing Projects into Workspace.

The model classes are placed in src/main/java.

org.verapdf

veraPDF

Open source industry supported PDF/A validation maintained by the Open Preservation Foundation

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

Версия
1.18.3
1.18.2
1.16.1
1.0.3