kikwi-management-rest-client-spring-boot-autoconfigure
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>io.kikwiflow</groupId>
<artifactId>kikwi-management-rest-client-spring-boot-autoconfigure</artifactId>
<version>0.1.36</version>
</dependency><?xml version="1.0" encoding="UTF-8"?>
<!--
~ Copyright 2026 Atoxfy and/or licensed to Atoxfy
~ under one or more contributor license agreements. See the NOTICE file
~ distributed with this work for additional information regarding copyright
~ ownership. Atoxfy licenses this file to you under the Apache License,
~ Version 2.0; you may not use this file except in compliance with the License.
~ You may obtain a copy of the License at
~
~ http://www.apache.org/licenses/LICENSE-2.0
~
~ Unless required by applicable law or agreed to in writing, software
~ distributed under the License is distributed on an "AS IS" BASIS,
~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
~ See the License for the specific language governing permissions and
~ limitations under the License.
-->
<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.kikwiflow</groupId>
<artifactId>kikwi-management-rest-client-spring-boot-autoconfigure</artifactId>
<version>0.1.36</version>
<name>kikwiflow :: Management Rest Client Spring Boot Autoconfigure</name>
<description>Management Rest Client autoconfiguration for Spring Boot Applications</description>
<url>https://kikwiflow.io/kikwi-management-rest-client-spring-boot-autoconfigure</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>efagundes93</id>
<name>Emiliano Fagundes</name>
<email>emiliano@atoxfy.com</email>
</developer>
</developers>
<scm>
<connection>scm:git:https://github.com/atoxfy/kikwiflow.git/kikwi-management-rest-client-spring-boot-autoconfigure</connection>
<developerConnection>scm:git:https://github.com/atoxfy/kikwiflow.git/kikwi-management-rest-client-spring-boot-autoconfigure</developerConnection>
<url>https://github.com/atoxfy/kikwiflow/kikwi-management-rest-client-spring-boot-autoconfigure</url>
</scm>
<dependencies>
<dependency>
<groupId>io.kikwiflow</groupId>
<artifactId>kikwi-management-spring-rest-api</artifactId>
<version>0.1.36</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-web</artifactId>
<version>3.5.4</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-autoconfigure</artifactId>
<version>3.5.4</version>
<scope>compile</scope>
</dependency>
</dependencies>
<build>
<plugins>
<plugin>
<groupId>org.sonatype.central</groupId>
<artifactId>central-publishing-maven-plugin</artifactId>
<version>0.4.0</version>
<extensions>true</extensions>
</plugin>
</plugins>
</build>
</project>