Binary Transform

A minimal library for enabling bi-directional (binary) transformations between data structures (models)

License

License

Categories

Categories

Net ORM Data
GroupId

GroupId

net.akehurst.transform
ArtifactId

ArtifactId

binary
Last Version

Last Version

2.3.0
Release Date

Release Date

Type

Type

jar
Description

Description

Binary Transform
A minimal library for enabling bi-directional (binary) transformations between data structures (models)
Project URL

Project URL

http://github.com/dhakehurst/net.akehurst.transform/
Project Organization

Project Organization

Dr. David H. Akehurst
Source Code Management

Source Code Management

http://github.com/dhakehurst/net.akehurst.transform

Download binary

How to add to project

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

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

There are no modules declared in this project.

Versions

Version
2.3.0
2.2.0