hateoflux
Used in: 
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
    <groupId>de.kamillionlabs</groupId>
    <artifactId>hateoflux</artifactId>
    <version>1.1.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 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <modelVersion>4.0.0</modelVersion>
  <groupId>de.kamillionlabs</groupId>
  <artifactId>hateoflux</artifactId>
  <version>1.1.0</version>
  <name>hateoflux</name>
  <description>Lightweight HATEOAS library designed for Spring Webflux.</description>
  <url>https://hateoflux.kamillionlabs.de</url>
  <licenses>
    <license>
      <name>Apache License, Version 2.0</name>
      <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
      <distribution>repo</distribution>
    </license>
  </licenses>
  <developers>
    <developer>
      <id>younes</id>
      <name>Younes El Ouarti</name>
      <email>younes@kamillionlabs.de</email>
    </developer>
  </developers>
  <scm>
    <connection>scm:git:git://github.com/kamillionlabs/hateoflux.git</connection>
    <developerConnection>scm:git:ssh://git@github.com/kamillionlabs/hateoflux.git</developerConnection>
    <url>https://github.com/kamillionlabs/hateoflux/</url>
  </scm>
  <dependencyManagement>
    <dependencies>
      <dependency>
        <groupId>org.springframework.boot</groupId>
        <artifactId>spring-boot-dependencies</artifactId>
        <version>3.4.1</version>
        <scope>import</scope>
        <type>pom</type>
      </dependency>
    </dependencies>
  </dependencyManagement>
</project>