Skip to content

ajaxer-org/simple

Repository files navigation

Ajaxer's Simple Libraries

Simple util library to make depeloment easy


Maven Central Repository - 🔗

Maven Central
mvn-clean-build Maven Central Deployment

Ajaxer's Simple Parent (Parent pom)

<parent>
    <groupId>org.ajaxer.simple</groupId>
    <artifactId>simple-parent</artifactId>
    <version>1.0.1</version>
</parent>

Ajaxer's Simple Utils

<dependency>
    <groupId>org.ajaxer.simple</groupId>
    <artifactId>simple-utils</artifactId>
    <version>1.0.1</version>
</dependency>

Ajaxer's Github Client

<dependency>
    <groupId>org.ajaxer.simple</groupId>
    <artifactId>github-client</artifactId>
    <version>1.0.1</version>
</dependency>