Giter VIP home page Giter VIP logo

skinoverlay's Introduction

SkinOverlay

You can use the source code to do whatever you want but do not upload sell it or upload it without my permission (except github)

Adding SkinOverlay as a dependency to your build system

Maven

You can have your project depend on SkinOverlay as a dependency through the following code snippets:

<project>
    <repositories>
        <repository>
            <id>reposilite-repository</id>
            <name>GeorgeV22 Repository</name>
            <url>https://repo.georgev22.com/{repository}</url>
        </repository>
    </repositories>

    <dependencies>
        <dependency>
            <groupId>com.georgev22</groupId>
            <artifactId>skinoverlay</artifactId>
            <version>3.10.0</version>
            <scope>provided</scope>
        </dependency>
    </dependencies>
</project>

Gradle

You can include SkinOverlay into your gradle project using the following lines:

repositories {
    maven {
        url "https://repo.georgev22.com/{repository}"
    }
}

dependencies {
    compileOnly "com.georgev22:skinoverlay:3.10.0"
}

Building SkinOverlay

Maven

SkinOverlay can be built by running the following: mvn package. The resultant jar is built and written to target/skinoverlay-{version}.jar.

The build directories can be cleaned instead using the mvn clean command.

If you want to clean (install) and build the plugin use mvn clean package (or mvn clean install package) command.

Gradle

SkinOverlay can be built by running the following: gradle clean build :mc-1-17:reobfJar :mc-1-18:reobfJar :mc-1-18-2:reobfJar :mc-1-19:reobfJar :mc-1-19-3:reobfJar shadowJar. The resultant jar is built and written to build/libs/skinoverlay-{version}.jar.

The build directories can be cleaned instead using the gradle clean command.

If you want to clean (install) and build the plugin use gradle clean build :mc-1-17:reobfJar :mc-1-18:reobfJar :mc-1-18-2:reobfJar :mc-1-19:reobfJar :mc-1-19-3:reobfJar shadowJar command.

Contributing

SkinOverlay is an open source GNU General Public License v3.0 licensed project. I accept contributions through pull requests, and will make sure to credit you for your awesome contribution.

skinoverlay's People

Contributors

dependabot[bot] avatar georgev220 avatar semantic-release-bot avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.