d

designsystem-stg

Design system
https://github.com/sokchanbo/wingbank-ui-components
Apache License
chanbo
文件下载
文件名 操作
designsystem-stg-1.0.0-beta02.pom 下载
designsystem-stg-1.0.0-beta02-sources.jar 下载
Apache Maven
<dependency>
  <groupId>io.github.sokchanbo</groupId>
  <artifactId>designsystem-stg</artifactId>
  <version>1.0.0-beta02</version>
  <type>aar</type>
</dependency>
Gradle Groovy
implementation 'io.github.sokchanbo:designsystem-stg:1.0.0-beta02'
Gradle Kotlin
implementation("io.github.sokchanbo:designsystem-stg:1.0.0-beta02")
Scala SBT
libraryDependencies += "io.github.sokchanbo" % "designsystem-stg" % "1.0.0-beta02"
Groovy Grape
@Grapes(
  @Grab(group='io.github.sokchanbo', module='designsystem-stg', version='1.0.0-beta02')
)
Apache Ivy
<dependency org="io.github.sokchanbo" name="designsystem-stg" rev="1.0.0-beta02" />
Leiningen
[io.github.sokchanbo/designsystem-stg "1.0.0-beta02"]
Apache Buildr
'io.github.sokchanbo:designsystem-stg:jar:1.0.0-beta02'