t

tp-utils

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