S

SystemUiComponent

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