dfasdl-utils


License

License

GroupId

GroupId

org.dfasdl
ArtifactId

ArtifactId

dfasdl-utils_2.13
Last Version

Last Version

3.0.1
Release Date

Release Date

Type

Type

jar
Description

Description

dfasdl-utils
dfasdl-utils
Project URL

Project URL

https://github.com/DFASDL/dfasdl-utils
Project Organization

Project Organization

Wegtam GmbH
Source Code Management

Source Code Management

https://github.com/DFASDL/dfasdl-utils

Download dfasdl-utils_2.13

How to add to project

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

Dependencies

compile (3)

Group / Artifact Type Version
org.scala-lang : scala-library jar 2.13.1
org.dfasdl : dfasdl-core_2.13 jar 1.0.1
jakarta.xml.bind : jakarta.xml.bind-api jar 2.3.2

test (3)

Group / Artifact Type Version
org.scalacheck : scalacheck_2.13 jar 1.14.3
com.47deg : scalacheck-toolbox-datetime_2.13 jar 0.3.1
org.scalatest : scalatest_2.13 jar 3.0.8

Project Modules

There are no modules declared in this project.

DFASDL Utils

Build Status codecov Codacy Badge Download

The DFASDL is a language based upon XML Schema that can be used to describe data formats and additionally the semantics of it.

It is used by the Tensei-Data project to describe data structures and to derive mappings and transformation functions between different structures automatically.

This repository contains the utils module which provides helpful functions and data types. It depends on the dfasdl-core package.

It is cross build for scala 2.11, 2.12 and 2.13.

Releases are published on bintray and should be synced to jcenter. To use the bintray repository directly just add the appropriate resolver to your sbt configuration:

resolvers += "DFASDL" at "https://dl.bintray.com/wegtam/dfasdl"

The api documentation is published using github pages and is available online at: https://dfasdl.github.io/dfasdl-utils/

System requirements

  • Java 8
  • Scala 2.12
  • sbt

Documentation

The documentation is generated via the sbt-site plugin. Use the makeSite task in sbt to generate it.

Tests

To execute the tests run the test task in sbt. Tests will be automatically run before publishing.

Benchmarks

The project includes benchmarks which can be run via sbt:

> benchmarks/jmh:clean
...
> benchmarks/jmh:compile
...
> benchmarks/jmh:run -i 10 -wi 4 -f3 -t1
...

Be sure to compile the whole project before.

org.dfasdl

Data Format and Semantics Description Language

Versions

Version
3.0.1