MVN

me.ahoo.coapi : dependencies

Maven & Gradle

Jan 18, 2024
3 stars

CoApi · Streamlining HTTP client definition in Spring 6, CoApi provides zero boilerplate code auto-configuration for more convenient and efficient interface calls.

<dependency>
    <groupId>me.ahoo.coapi</groupId>
    <artifactId>dependencies</artifactId>
    <version>0.2.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of me.ahoo.coapi : dependencies to add to Maven - Latest Versions:

  • Latest Stable: 0.2.0

All Versions

Choose a version of me.ahoo.coapi : dependencies to add to Maven - All Versions:

Version Vulnerabilities Updated
0.2.x
dependencies-0.2.0
0.1.x
dependencies-0.1.0

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>me.ahoo.coapi</groupId>
    <artifactId>dependencies</artifactId>
    <version>0.2.0</version>
</dependency>

Advertisement