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.2.0.pom download
Apache Maven
<dependency>
  <groupId>com.thelastcheck.commons</groupId>
  <artifactId>tlc-commons-project</artifactId>
  <version>2.2.0</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'com.thelastcheck.commons:tlc-commons-project:2.2.0'
Gradle Kotlin
implementation("com.thelastcheck.commons:tlc-commons-project:2.2.0")
Scala SBT
libraryDependencies += "com.thelastcheck.commons" % "tlc-commons-project" % "2.2.0"
Groovy Grape
@Grapes(
  @Grab(group='com.thelastcheck.commons', module='tlc-commons-project', version='2.2.0')
)
Apache Ivy
<dependency org="com.thelastcheck.commons" name="tlc-commons-project" rev="2.2.0" />
Leiningen
[com.thelastcheck.commons/tlc-commons-project "2.2.0"]
Apache Buildr
'com.thelastcheck.commons:tlc-commons-project:jar:2.2.0'