Files download
File Operation
dynamic-theme-compose-0.0.3.pom download
dynamic-theme-compose-0.0.3-sources.jar download
Apache Maven
<dependency>
  <groupId>io.github.seyoungcho2</groupId>
  <artifactId>dynamic-theme-compose</artifactId>
  <version>0.0.3</version>
  <type>aar</type>
</dependency>
Gradle Groovy
implementation 'io.github.seyoungcho2:dynamic-theme-compose:0.0.3'
Gradle Kotlin
implementation("io.github.seyoungcho2:dynamic-theme-compose:0.0.3")
Scala SBT
libraryDependencies += "io.github.seyoungcho2" % "dynamic-theme-compose" % "0.0.3"
Groovy Grape
@Grapes(
  @Grab(group='io.github.seyoungcho2', module='dynamic-theme-compose', version='0.0.3')
)
Apache Ivy
<dependency org="io.github.seyoungcho2" name="dynamic-theme-compose" rev="0.0.3" />
Leiningen
[io.github.seyoungcho2/dynamic-theme-compose "0.0.3"]
Apache Buildr
'io.github.seyoungcho2:dynamic-theme-compose:jar:0.0.3'