binary
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>net.akehurst.transform</groupId>
<artifactId>binary</artifactId>
<version>2.3.0</version>
</dependency><?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>
<groupId>net.akehurst.transform</groupId>
<artifactId>binary</artifactId>
<version>2.3.0</version>
<packaging>jar</packaging>
<name>Binary Transform</name>
<description>A minimal library for enabling bi-directional (binary) transformations between data structures (models)</description>
<url>http://github.com/dhakehurst/net.akehurst.transform/</url>
<inceptionYear>2015</inceptionYear>
<organization>
<name>Dr. David H. Akehurst</name>
<url>http://dr.david.h.akehurst.net</url>
</organization>
<licenses>
<license>
<name>The Apache License, Version 2.0</name>
<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
</license>
</licenses>
<developers>
<developer>
<name>Dr. David H. Akehurst</name>
<email>dr.david.h@akehurst.net</email>
<organization>akehurst.net</organization>
<organizationUrl>http://dr.david.h.akehurst.net</organizationUrl>
</developer>
</developers>
<scm>
<url>http://github.com/dhakehurst/net.akehurst.transform</url>
<connection>scm:git:git@github.com:dhakehurst/net.akehurst.transform.git</connection>
<developerConnection>scm:git:git@github.com:dhakehurst/net.akehurst.transform.git</developerConnection>
</scm>
</project>