develhack-bindata
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>com.develhack</groupId>
<artifactId>develhack-bindata</artifactId>
<version>0.0.8</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>com.develhack</groupId>
<artifactId>develhack-bindata</artifactId>
<version>0.0.8</version>
<dependencies>
<dependency>
<groupId>com.develhack</groupId>
<artifactId>develhack-core</artifactId>
<version>[0.9,1.0)</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
<version>[1.7,1.8)</version>
<scope>runtime</scope>
</dependency>
</dependencies>
<name>develhack-bindata</name>
<description>The utilities for binary data.</description>
<url>https://github.com/develhack/develhack-bindata</url>
<scm>
<url>https://github.com/develhack/develhack-bindata.git</url>
<connection>https://github.com/develhack/develhack-bindata.git</connection>
</scm>
<licenses>
<license>
<name>MIT License</name>
<url>http://mit-license.org/</url>
<distribution>repo</distribution>
</license>
</licenses>
<developers>
<developer>
<id>develhack</id>
<name>Develhack.com</name>
</developer>
</developers>
</project>