auto-discover-bom
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>fr.ftnl.tools</groupId> <artifactId>auto-discover-bom</artifactId> <version>1.0.3</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>fr.ftnl.tools</groupId> <artifactId>auto-discover-bom</artifactId> <version>1.0.3</version> <packaging>pom</packaging> <name>BOM for Auto-Discover</name> <description>A Bill of Materials (BOM) for the Auto-Discover library, defining versions for its modules.</description> <url>https://github.com/OcelusPRO/auto-discover</url> <licenses> <license> <name>Free License (GNU AGPLv3)</name> <url>https://github.com/OcelusPRO/auto-discover/blob/master/LICENCES/agpl-3.0.md</url> </license> <license> <name>Commercial licence</name> <url>https://github.com/OcelusPRO/auto-discover/blob/master/LICENCES/commercial.md</url> </license> </licenses> <developers> <developer> <id>oceluspro</id> <name>ocelus_ftnl</name> <email>contact@ftnl.fr</email> </developer> </developers> <scm> <connection>scm:git:git://github.com/oceluspro/auto-discover.git</connection> <developerConnection>scm:git:ssh://github.com/oceluspro/auto-discover.git</developerConnection> <url>https://github.com/oceluspro/auto-discover</url> </scm> <dependencyManagement> <dependencies> <dependency> <groupId>fr.ftnl.tools</groupId> <artifactId>auto-discover-api</artifactId> <version>1.0.3</version> </dependency> <dependency> <groupId>fr.ftnl.tools</groupId> <artifactId>auto-discover-processor</artifactId> <version>1.0.3</version> </dependency> </dependencies> </dependencyManagement> </project>