t

tp-domain-default

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