ihist
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>io.github.marktsuchida</groupId>
<artifactId>ihist</artifactId>
<version>0.1.3</version>
</dependency><?xml version="1.0" encoding="UTF-8"?>
<!--
This file is part of ihist
Copyright 2025 Board of Regents of the University of Wisconsin System
SPDX-License-Identifier: MIT
-->
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>
<groupId>io.github.marktsuchida</groupId>
<artifactId>ihist</artifactId>
<version>0.1.3</version>
<name>ihist</name>
<description>Java bindings for ihist - Fast image histograms</description>
<url>https://github.com/marktsuchida/ihist</url>
<licenses>
<license>
<name>MIT</name>
<url>https://github.com/marktsuchida/ihist/blob/main/LICENSE.txt</url>
<distribution>repo</distribution>
</license>
</licenses>
<developers>
<developer>
<id>marktsuchida</id>
<name>Mark A. Tsuchida</name>
<organization>University of Wisconsin–Madison</organization>
</developer>
</developers>
<scm>
<connection>scm:git:https://github.com/marktsuchida/ihist.git</connection>
<developerConnection>scm:git:git@github.com:marktsuchida/ihist.git</developerConnection>
<url>https://github.com/marktsuchida/ihist</url>
</scm>
</project>