Skip to content

Akazukin-Team/Service-Library

Service Library

Build Status

A library providing manager for many similar services.


Table of Contents


Features

  • Provides manager for many similar services.

Getting Started

Prerequisites

Make sure you have the following installed:

  • Java Development Kit (JDK) version 8 or later.

Installation

Using Maven

  1. Add the following repository to the <repositories> block in your pom.xml file:

    <repository>
        <id>akazukin-repo</id>
        <name>Akazukin Repository</name>
        <url>https://maven.akazukin.org/refer/maven-public/</url>
    </repository>
  2. Add the dependency to the <dependencies> block in your pom.xml file:

    <dependency>
        <groupId>org.akazukin</groupId>
        <artifactId>service</artifactId>
        <version>VERSION</version>
    </dependency>

Using Gradle

  1. Add the repository to the repositories block in your build.gradle file:

    maven {
        name = 'Akazukin Repository'
        url = 'https://maven.akazukin.org/refer/maven-public/'
    }
  2. Add the dependency to the dependencies block in your build.gradle file:

    implementation 'org.akazukin:service:<VERSION>'

Contributing

Please read the Contribution Guide carefully and follow the coding conventions and guidelines when making your changes.


Build Instructions

To build the project from source, follow these steps:

  1. Clone the repository:

    git clone https://github.com/Akazukin-Team/Service-Library.git
    cd Service-Library
  2. Build the project with Gradle:

    ./gradlew build

    The compiled JAR file will be located in the build/libs/ directory.

  3. Publish to the local Maven repository using the maven-publish plugin:

    ./gradlew publishToMavenLocal

Continuous Integration

This project uses GitHub Actions for Continuous Integration (CI). Every push to the main branch automatically triggers the build and test workflow.


License

This project is licensed under the terms described in the License file.


Contact

If you need further assistance or wish to contact us directly, please refer to the Support page.


About

No description, website, or topics provided.

Resources

License

Code of conduct

Contributing

Security policy

Stars

Watchers

Forks

Sponsor this project

Packages

No packages published

Languages