Utils
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>com.distrimind.util</groupId>
<artifactId>Utils</artifactId>
<version>6.3.1-STABLE</version>
</dependency><?xml version="1.0" encoding="UTF-8"?>
<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">
<!-- This module was also published with a richer model, Gradle metadata, -->
<!-- which should be used instead. Do not delete the following line which -->
<!-- is to indicate to Gradle or any Gradle module metadata file consumer -->
<!-- that they should prefer consuming it instead. -->
<!-- do_not_remove: published-with-gradle-metadata -->
<modelVersion>4.0.0</modelVersion>
<groupId>com.distrimind.util</groupId>
<artifactId>Utils</artifactId>
<version>6.3.1-STABLE</version>
<name>Utils</name>
<description>Set of Java tools</description>
<url>https://git.distri-mind.fr/Utils</url>
<organization>
<name>DistriMind</name>
<url>https://github.com/JasonMahdjoub</url>
</organization>
<licenses>
<license>
<name>General Public License version 3 only (GPL-3.0-only) with Linking Exception</name>
<url>https://git.distri-mind.fr/Utils/~files/main/COPYING</url>
</license>
</licenses>
<developers>
<developer>
<id>jmahdjoub</id>
<name>Jason Mahdjoub</name>
<email>jason.mahdjoub@distri-mind.fr</email>
<organization>DistriMind</organization>
</developer>
</developers>
<scm>
<connection>https://github.com/JasonMahdjoub/Utils</connection>
<developerConnection>https://github.com/JasonMahdjoub/Utils</developerConnection>
<url>https://github.com/JasonMahdjoub/Utils</url>
</scm>
<issueManagement>
<system>GitHub</system>
<url>https://github.com/JasonMahdjoub/Utils/issues</url>
</issueManagement>
<dependencies>
<dependency>
<groupId>com.distrimind.bcfips</groupId>
<artifactId>BouncyCastle-FIPS</artifactId>
<version>1.0.2.5</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>com.distrimind.bouncycastle</groupId>
<artifactId>core</artifactId>
<version>1.78.1</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>com.distrimind.bouncycastle</groupId>
<artifactId>prov</artifactId>
<version>1.78.1</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.yaml</groupId>
<artifactId>snakeyaml</artifactId>
<version>2.2</version>
<scope>runtime</scope>
</dependency>
</dependencies>
</project>