CubeSky Repo
Home Config Library Donate

CubeSky Repository

This is CubeSky's Personal Repository Home Page. Import my Java and Kotlin Library into your project easily.

You can find me at these place.

How to use

Add these orange color code to your build file (pom.xml for Maven, build.gradle for Gradle) and refresh your project.

Gradle

repositories {
  maven {
    url 'https://cubesky-mvn.github.io'
  }
}
dependencies {
  implementation '${Group}:${Name}:${Version}'
  implementation '${Group}:${Name}:${Version}@${Type}'
}

Maven

<repositories>
  <repository>
    <id>cubesky-mvn</id>
    <name>CubeSkyMVN</name>
    <url>https://cubesky-mvn.github.io</url>
  </repository>
</repositories> 
<dependencies>
  <dependency>
    <groupId>${Group}</groupId>
    <artifactId>${Name}</artifactId>
    <version>${Version}</version>
  </dependency>
  <dependency>
    <groupId>${Group}</groupId>
    <artifactId>${Name}</artifactId>
    <version>${Version}</version>
    <type>${Type}</type>
  </dependency>
</dependencies>

Library

Dependency Keyword:
Project Group Name Version Type Home Page License Action

Donate CubeSky

If you wish to donate me. You can donate here. Thank you.
Your browser can not use auto copy.
Donation order created. Redirecting to payment gateway....
Donation success! Refreshing...