Skip to content
Snippets Groups Projects

fr/gouv/siig/descartes/services

v1.0.0 published
Maven
Last downloaded Feb 6, 2025

History

Loading

Installation

  • Maven XML
  • Gradle Groovy DSL
  • Gradle Kotlin DSL

Copy and paste this inside your pom.xml dependencies block.

<dependency>
  <groupId>fr.gouv.siig.descartes</groupId>
  <artifactId>services</artifactId>
  <version>1.0.0</version>
</dependency>

Registry setup

If you haven't already done so, you will need to add the below to your pom.xml file.

<repositories>
  <repository>
    <id>gitlab-maven</id>
    <url>https://gitlab-forge.din.developpement-durable.gouv.fr/api/v4/projects/18041/packages/maven</url>
  </repository>
</repositories>

<distributionManagement>
  <repository>
    <id>gitlab-maven</id>
    <url>https://gitlab-forge.din.developpement-durable.gouv.fr/api/v4/projects/18041/packages/maven</url>
  </repository>

  <snapshotRepository>
    <id>gitlab-maven</id>
    <url>https://gitlab-forge.din.developpement-durable.gouv.fr/api/v4/projects/18041/packages/maven</url>
  </snapshotRepository>
</distributionManagement>
For more information on the Maven registry, see the documentation.

Additional metadata

Loading
Loading

Assets

Name
Size
Created
There are no records to show