Skip to content

Availability of SNAPSHOT Version for Development

jjyun-do edited this page Mar 5, 2024 · 3 revisions

I am pleased to inform you that we have now made available a snapshot version for development. Any items merged into the main branch will be pre-released as a SNAPSHOT with the same version as the 'VERSION' file upon each merge.

Please note that due to the nature of SNAPSHOT versions, they may undergo updates and might contain bugs. We kindly request your understanding regarding this matter.

To utilize the SNAPSHOT version, the following information is required in your gradle:

maven {
    url = uri("https://s01.oss.sonatype.org/content/repositories/snapshots/")
    content {
        includeGroup("io.s-healthstack")
    }
}

As an open source project, we highly appreciate and encourage your active participation. Your contributions are valuable to us and we look forward to collaborating with you.

Clone this wiki locally