Skip to content

com.ewyboy.worldstripper.World-Stripper 1.16.3-1.7.2 Latest version

Install 1/2: Add this to pom.xml:
Learn more about Maven or Gradle
<dependency>
  <groupId>com.ewyboy.worldstripper.World-Stripper</groupId>
  <artifactId>world-stripper</artifactId>
  <version>1.16.3-1.7.2</version>
</dependency>
Install 2/2: Run via command line
$ mvn install

About this package

Developers

To add World Stripper to your development environment you need to add the following codeblocks to your projects build.gralde file.

You also need to generate a github token and add it along with your github username to your personal gradle.properties file in C:\Users\YOUR_USERNAME\.gradle or ~/.gradle/gradle.properties.
This file may not exist, and you would have to create it yourself.

Github tokens can be generated by clicking here!

Click Generate New Token and click the checkmark : read:packages.

Example of gradle.properties file in C:\Users\YOUR_USERNAME\.gradle or ~/.gradle/gradle.properties

//Your Github username 
gpr.username=ewyboy

//Your Github generated token with read permission checked off
gpr.token=7aa18973a4d2702de0ee6ac5e9584b03333f33a0

Code to add to build.gradle

repositories {
    maven {
        name = "WorldStripper"
        url = uri("https://maven.pkg.github.com/ewyboy/world-stripper")
        credentials {
            username = property('gpr.username')
            password = property('gpr.token')
        }
    }
}
dependencies {
    // Replace VERSION_NUMBER with the version of World-Stripper you want
    // Example: implementation "com.ewyboy.worldstripper:World-Stripper:1.16.3-1.7.2"
    // Builds can be found here: https://github.com/EwyBoy/World-Stripper/packages
    implementation "com.ewyboy.worldstripper:World-Stripper:VERSION_NUMBER"
}

Builds can be found by clicking here!

Details

  • @EwyBoy EwyBoy
  • September 11, 2020
  • MIT License

Download activity

  • Total downloads 9
  • Last 30 days 0
  • Last week 0
  • Today 0


Recent versions