t

tlc-commons-base

TLC Command Base Utilities and Classes
The Apache Software License, Version 2.0
The Last Check, LLC
Files download
File Operation
tlc-commons-base-2.1.0.jar download
tlc-commons-base-2.1.0.pom download
tlc-commons-base-2.1.0-sources.jar download
Apache Maven
<dependency>
  <groupId>com.thelastcheck.commons</groupId>
  <artifactId>tlc-commons-base</artifactId>
  <version>2.1.0</version>
</dependency>
Gradle Groovy
implementation 'com.thelastcheck.commons:tlc-commons-base:2.1.0'
Gradle Kotlin
implementation("com.thelastcheck.commons:tlc-commons-base:2.1.0")
Scala SBT
libraryDependencies += "com.thelastcheck.commons" % "tlc-commons-base" % "2.1.0"
Groovy Grape
@Grapes(
  @Grab(group='com.thelastcheck.commons', module='tlc-commons-base', version='2.1.0')
)
Apache Ivy
<dependency org="com.thelastcheck.commons" name="tlc-commons-base" rev="2.1.0" />
Leiningen
[com.thelastcheck.commons/tlc-commons-base "2.1.0"]
Apache Buildr
'com.thelastcheck.commons:tlc-commons-base:jar:2.1.0'