lunarclient.dev Open in urlscan Pro
2606:4700::6812:127  Public Scan

Submitted URL: http://repo.lunarclient.dev/
Effective URL: https://lunarclient.dev/maven-repository
Submission Tags: phish.gg anti.fish automated Search All
Submission: On September 22 via api from DE — Scanned from DE

Form analysis 0 forms found in the DOM

Text Content

.dev
CTRL K
GitHubGitHub (opens in a new tab)DiscordDiscord (opens in a new tab)
CTRL K
 * Introduction
 * Maven Repository
 * Apollo
    * Introduction
    * Downloads
    * Developers
       * FAQ
       * General
       * Events
       * Modules
          * Beam
          * Border
          * Colored Fire
          * Cooldown
          * Entity
          * Hologram
          * Limb
          * Nametag
          * Notification
          * Saturation
          * Server Rule
          * Staff Mod
          * Stopwatch
          * Team
          * Title
          * TNT Countdown
          * Transfer
          * Vignette
          * Waypoint
      
       * Utilities
          * Colors
          * Components
          * Cuboids
          * Icons
          * Locations
      
       * Options
       * Platform Utilities
   
    * Server Owners
       * FAQ
       * Mod IDs
   
    * License
    * Acceptable Use
    * Internals
       * Protocol Buffers

 * Server Mappings
    * Introduction
    * Adding Servers
       * Overview
       * Metadata
       * Logo
       * Background
       * Banner
   
    * Using Server Mappings
    * Inactive Servers

 * Introduction
 * Maven Repository
   * Adding the Repository
   * Adding Apollo as a dependency
   * Other artifacts
 * Apollo
    * Introduction
    * Downloads
    * Developers
       * FAQ
       * General
       * Events
       * Modules
          * Beam
          * Border
          * Colored Fire
          * Cooldown
          * Entity
          * Hologram
          * Limb
          * Nametag
          * Notification
          * Saturation
          * Server Rule
          * Staff Mod
          * Stopwatch
          * Team
          * Title
          * TNT Countdown
          * Transfer
          * Vignette
          * Waypoint
      
       * Utilities
          * Colors
          * Components
          * Cuboids
          * Icons
          * Locations
      
       * Options
       * Platform Utilities
   
    * Server Owners
       * FAQ
       * Mod IDs
   
    * License
    * Acceptable Use
    * Internals
       * Protocol Buffers

 * Server Mappings
    * Introduction
    * Adding Servers
       * Overview
       * Metadata
       * Logo
       * Background
       * Banner
   
    * Using Server Mappings
    * Inactive Servers

System

On This Page

 * Adding the Repository
 * Adding Apollo as a dependency
 * Other artifacts
 * Apollo dependencies
 * Legacy API
 * Lunar Client forks

Question? Give us feedback → (opens in a new tab)

Maven Repository


MAVEN REPOSITORY

We offer a public Maven repository for Lunar Client artifacts, hosted at
https://repo.lunarclient.dev (opens in a new tab). Please note the TLD, .dev,
which is used for all of our developer-facing documentation. Visiting the root
of the repository in a web browser will redirect to this page, providing
instructions on how to add the repository.


ADDING THE REPOSITORY

MavenGradle (Groovy)Gradle (Kotlin)
pom.xml

<repositories>
    <repository>
        <id>lunarclient</id>
        <url>https://repo.lunarclient.dev</url>
    </repository>
</repositories>




ADDING APOLLO AS A DEPENDENCY

MavenGradle (Groovy)Gradle (Kotlin)
pom.xml

<dependencies>
    <dependency>
        <groupId>com.lunarclient</groupId>
        <artifactId>apollo-api</artifactId>
        <version>0.1.0-SNAPSHOT</version>
        <scope>provided</scope>
    </dependency>
</dependencies>




OTHER ARTIFACTS


APOLLO DEPENDENCIES

Artifacts required to build Apollo.

 * com.lunarclient:apollo-protos (source available on Buf Schema Registry, at
   https://buf.build/lunarclient/apollo (opens in a new tab))
 * com.lunarclient:apollo-common (source available in main Apollo repo, at
   https://github.com/LunarClient/Apollo (opens in a new tab))


LEGACY API

⚠️

These artifacts are only available for backwards compatibility. All new
development should use Apollo, our next-gen API platform.

API / sample implementations for the legacy Lunar Client API.

 * com.lunarclient:BukkitImpl (source available at
   https://github.com/LunarClient/BukkitImpl (opens in a new tab))
 * com.lunarclient:bukkitapi (source available at
   https://github.com/LunarClient/BukkitAPI (opens in a new tab))
 * com.lunarclient:bukkitapi-nethandler (source available at
   https://github.com/LunarClient/BukkitAPI-NetHandler (opens in a new tab))


LUNAR CLIENT FORKS

Forks of various open source libraries we use and publish.

 * org.cadixdev:mercury (source available at
   https://github.com/LunarClient/Mercury (opens in a new tab))
 * org.cadixdev:mercurymixin (source available at
   https://github.com/LunarClient/MercuryMixin (opens in a new tab))
 * org.spongepowered:mixin (source available at
   https://github.com/LunarClient/Mixin (opens in a new tab))
 * com.eliotlash.molang:particleman (source available at
   https://github.com/LunarClient/particleman (opens in a new tab))
 * software.bernie.geckolib3:core (source available at
   https://github.com/LunarClient/geckolib-core (opens in a new tab))


IntroductionIntroduction
System

--------------------------------------------------------------------------------

© 2023 Moonsworth, LLC