t

tlc-open-parent

The parent pom for all Last Check projects. This contains the standard set of maven plugin versions used. It also contains a number of profiles used to set various options used when building and deploying the system.
http://thelastcheck.github.io/tlc.open.java
The Apache Software License, Version 2.0
The Last Check, LLC
Jerry Bowman
Files download
File Operation
tlc-open-parent-6.pom download
Apache Maven
<dependency>
  <groupId>com.thelastcheck</groupId>
  <artifactId>tlc-open-parent</artifactId>
  <version>6</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'com.thelastcheck:tlc-open-parent:6'
Gradle Kotlin
implementation("com.thelastcheck:tlc-open-parent:6")
Scala SBT
libraryDependencies += "com.thelastcheck" % "tlc-open-parent" % "6"
Groovy Grape
@Grapes(
  @Grab(group='com.thelastcheck', module='tlc-open-parent', version='6')
)
Apache Ivy
<dependency org="com.thelastcheck" name="tlc-open-parent" rev="6" />
Leiningen
[com.thelastcheck/tlc-open-parent "6"]
Apache Buildr
'com.thelastcheck:tlc-open-parent:jar:6'
Dependencies
The project has no third-party dependencies