Skip to content

Conversation

@rcosta358
Copy link
Collaborator

@rcosta358 rcosta358 commented Oct 19, 2025

Modified the liquidjava-api pom.xml to publish the API JAR to Maven Central.
This allows users to add the dependency to their project more easily.

Maven

<dependency>
    <groupId>io.github.rcosta358</groupId>
    <artifactId>liquidjava-api</artifactId>
    <version>0.0.3</version>
</dependency>

Gradle

repositories {
    mavenCentral()
}

dependencies {
    implementation 'io.github.rcosta358:liquidjava-api:0.0.3'
}

@rcosta358 rcosta358 self-assigned this Oct 19, 2025
@rcosta358 rcosta358 added the enhancement New feature or request label Oct 19, 2025
@rcosta358 rcosta358 merged commit a99bad6 into liquid-java:main Oct 29, 2025
1 check passed
@rcosta358 rcosta358 deleted the api-maven-central branch October 29, 2025 16:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants