s

system-ui

Demo System UI
https://github.com/chhenthorn/system-ui
The Apache Software License, Version 2.0
chhenthorn
Files download
File Operation
system-ui-1.0.1.jar download
system-ui-1.0.1.pom download
Apache Maven
<dependency>
  <groupId>io.github.chhenthorn</groupId>
  <artifactId>system-ui</artifactId>
  <version>1.0.1</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'io.github.chhenthorn:system-ui:1.0.1'
Gradle Kotlin
implementation("io.github.chhenthorn:system-ui:1.0.1")
Scala SBT
libraryDependencies += "io.github.chhenthorn" % "system-ui" % "1.0.1"
Groovy Grape
@Grapes(
  @Grab(group='io.github.chhenthorn', module='system-ui', version='1.0.1')
)
Apache Ivy
<dependency org="io.github.chhenthorn" name="system-ui" rev="1.0.1" />
Leiningen
[io.github.chhenthorn/system-ui "1.0.1"]
Apache Buildr
'io.github.chhenthorn:system-ui:jar:1.0.1'