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
文件下载
文件名 操作
tlc-open-parent-3.pom 下载
Apache Maven
<dependency>
  <groupId>com.thelastcheck</groupId>
  <artifactId>tlc-open-parent</artifactId>
  <version>3</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'com.thelastcheck:tlc-open-parent:3'
Gradle Kotlin
implementation("com.thelastcheck:tlc-open-parent:3")
Scala SBT
libraryDependencies += "com.thelastcheck" % "tlc-open-parent" % "3"
Groovy Grape
@Grapes(
  @Grab(group='com.thelastcheck', module='tlc-open-parent', version='3')
)
Apache Ivy
<dependency org="com.thelastcheck" name="tlc-open-parent" rev="3" />
Leiningen
[com.thelastcheck/tlc-open-parent "3"]
Apache Buildr
'com.thelastcheck:tlc-open-parent:jar:3'
本项目依赖
该项目无第三方依赖