t

tp-domain-default

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