🚀

Welcome to CodeWithAncho

Open-source APIs, libraries & tools for modern developers.

Visit GitHub Repository
Dependency Repositories Maven Releases Maven Snapshots

AnchoAPI Documentation 🛠️

Everything you need to install and use AnchoAPI in your Java projects, easily integrating with Maven and Gradle.

Installation Guide

Maven (Release)
Maven (Snapshot)
Gradle (Release)
Gradle (Snapshot)
<repositories>
    <repository>
        <id>codewithancho-releases</id>
        <url>https://maven.codewithancho.com/repository/maven-releases/</url>
    </repository>
</repositories>

<dependencies>
    <dependency>
        <groupId>com.codewithancho.api</groupId>
        <artifactId>ancho-api</artifactId>
        <version>1.0.0</version>
    </dependency>
</dependencies>

        
▶ Quick Start Example: Java Initialization

// Will come soon!
// Example of initializing AnchoAPI in a Java project