t

tp-domain-default

${project.artifactId}
https://github.com/lsnju/tp-base
Files download
File Operation
tp-domain-default-3.1.2.jar download
tp-domain-default-3.1.2.pom download
tp-domain-default-3.1.2-sources.jar download
Apache Maven
<dependency>
  <groupId>com.lsnju.tp3</groupId>
  <artifactId>tp-domain-default</artifactId>
  <version>3.1.2</version>
</dependency>
Gradle Groovy
implementation 'com.lsnju.tp3:tp-domain-default:3.1.2'
Gradle Kotlin
implementation("com.lsnju.tp3:tp-domain-default:3.1.2")
Scala SBT
libraryDependencies += "com.lsnju.tp3" % "tp-domain-default" % "3.1.2"
Groovy Grape
@Grapes(
  @Grab(group='com.lsnju.tp3', module='tp-domain-default', version='3.1.2')
)
Apache Ivy
<dependency org="com.lsnju.tp3" name="tp-domain-default" rev="3.1.2" />
Leiningen
[com.lsnju.tp3/tp-domain-default "3.1.2"]
Apache Buildr
'com.lsnju.tp3:tp-domain-default:jar:3.1.2'