d

dtac-component

dtac Components for Andoid helps developers execute dtac design. Developed by a core team of engineers and UX designers at dtac, these components enable a reliable development workflow to build beautiful and functional iOS apps.
https://github.com/dtacmobile/dtac-component-android
MIT License Copyright (c) 2020 TOTAL ACCESS COMMUNICATION PUBLIC COMPANY LIMITED.
Pakorn Pamualsap
Files download
File Operation
dtac-component-1.0.0.pom download
dtac-component-1.0.0-sources.jar download
Apache Maven
<dependency>
  <groupId>io.github.pakorner</groupId>
  <artifactId>dtac-component</artifactId>
  <version>1.0.0</version>
  <type>aar</type>
</dependency>
Gradle Groovy
implementation 'io.github.pakorner:dtac-component:1.0.0'
Gradle Kotlin
implementation("io.github.pakorner:dtac-component:1.0.0")
Scala SBT
libraryDependencies += "io.github.pakorner" % "dtac-component" % "1.0.0"
Groovy Grape
@Grapes(
  @Grab(group='io.github.pakorner', module='dtac-component', version='1.0.0')
)
Apache Ivy
<dependency org="io.github.pakorner" name="dtac-component" rev="1.0.0" />
Leiningen
[io.github.pakorner/dtac-component "1.0.0"]
Apache Buildr
'io.github.pakorner:dtac-component:jar:1.0.0'