t

trellis-dsl-android

String-parsed DSL for a Kotlin implementation of the Specification Pattern
https://github.com/copper-leaf/trellis
BSD-3-Clause
Casey Brooks
文件下载
文件名 操作
trellis-dsl-android-4.0.0.pom 下载
trellis-dsl-android-4.0.0-sources.jar 下载
Apache Maven
<dependency>
  <groupId>io.github.copper-leaf</groupId>
  <artifactId>trellis-dsl-android</artifactId>
  <version>4.0.0</version>
  <type>aar</type>
</dependency>
Gradle Groovy
implementation 'io.github.copper-leaf:trellis-dsl-android:4.0.0'
Gradle Kotlin
implementation("io.github.copper-leaf:trellis-dsl-android:4.0.0")
Scala SBT
libraryDependencies += "io.github.copper-leaf" % "trellis-dsl-android" % "4.0.0"
Groovy Grape
@Grapes(
  @Grab(group='io.github.copper-leaf', module='trellis-dsl-android', version='4.0.0')
)
Apache Ivy
<dependency org="io.github.copper-leaf" name="trellis-dsl-android" rev="4.0.0" />
Leiningen
[io.github.copper-leaf/trellis-dsl-android "4.0.0"]
Apache Buildr
'io.github.copper-leaf:trellis-dsl-android:jar:4.0.0'