green-tokens-jvm
3.1.4indexedEnables the use of design tokens from the Green Design System in backend services, facilitating integration by adding dependencies in build configuration files.
1
Stars
—
Used by
dependents
—
Health
/ 100
Enables the use of design tokens from the Green Design System in backend services, facilitating integration by adding dependencies in build configuration files.
Design tokens from the Green Design System, used to be able to send tokens in Backend services.
To use the library in your project, add the dependency to your build.gradle file:
// CommonMain in Kotlin Multiplatform projects
dependencies {
implementation("io.github.sebopensource:green-tokens:<latest-version>")
}
// In JVM projects
dependencies {
implementation("io.github.sebopensource:green-tokens-jvm:<latest-version>")
}
Note: Replace
<latest-version>with the latest version of the library.
Surfaced from shared tags and platforms — no rankings paid for.