t

trans-order-client

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