Skip to content
This repository has been archived by the owner on Jan 12, 2021. It is now read-only.

A package containing my commonly used entity classes and utils for Vocaloid and Miku, can be imported using jitpack

License

Notifications You must be signed in to change notification settings

CXwudi/common-vocaloid-java

Repository files navigation

common-vocaloid-java

A package containing my commonly used entity classes and utils for Vocaloid and Miku, can be imported using maven. Primarily, this is used by my another personal project, Project-VD

How to use

Packages are released on jitpack. So you can add these following to your maven pom file.

    <repositories>
        <repository>
            <id>jitpack.io</id>
            <url>https://jitpack.io</url>
        </repository>
    </repositories>
    <dependency>
        <groupId>com.github.CXwudi.common-vocaloid-java</groupId>
        <artifactId>common-vocaloid-import-all</artifactId>
        <version>1.0+</version>
    </dependency>

The *-import-all module is a simple aggregator of others modules, so simply add this one to your dependencies will automatically add all modules into your project.

About

A package containing my commonly used entity classes and utils for Vocaloid and Miku, can be imported using jitpack

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages