t

tp-base

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