t

tlc-commons-project

The main pom for building Last Check projects. This contains the dependency management for all dependencies used in all projects.
http://thelastcheck.github.io/tlc.open.java/
The Apache Software License, Version 2.0
The Last Check, LLC
Files download
File Operation
tlc-commons-project-2.5.1.pom download
Apache Maven
<dependency>
  <groupId>com.thelastcheck.commons</groupId>
  <artifactId>tlc-commons-project</artifactId>
  <version>2.5.1</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'com.thelastcheck.commons:tlc-commons-project:2.5.1'
Gradle Kotlin
implementation("com.thelastcheck.commons:tlc-commons-project:2.5.1")
Scala SBT
libraryDependencies += "com.thelastcheck.commons" % "tlc-commons-project" % "2.5.1"
Groovy Grape
@Grapes(
  @Grab(group='com.thelastcheck.commons', module='tlc-commons-project', version='2.5.1')
)
Apache Ivy
<dependency org="com.thelastcheck.commons" name="tlc-commons-project" rev="2.5.1" />
Leiningen
[com.thelastcheck.commons/tlc-commons-project "2.5.1"]
Apache Buildr
'com.thelastcheck.commons:tlc-commons-project:jar:2.5.1'