is not current version
Last Version 2.5.1

com.thelastcheck.commons:tlc-commons-project 2.4.0

The main pom for building Last Check projects. This contains the dependency management for all dependencies used in all projects.

GroupId

GroupId

com.thelastcheck.commons
ArtifactId

ArtifactId

tlc-commons-project
Version

Version

2.4.0
Type

Type

pom

Download tlc-commons-project 2.4.0


<!-- https://jarcasting.com/artifacts/com.thelastcheck.commons/tlc-commons-project/ -->
<dependency>
    <groupId>com.thelastcheck.commons</groupId>
    <artifactId>tlc-commons-project</artifactId>
    <version>2.4.0</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.thelastcheck.commons/tlc-commons-project/
implementation 'com.thelastcheck.commons:tlc-commons-project:2.4.0'
// https://jarcasting.com/artifacts/com.thelastcheck.commons/tlc-commons-project/
implementation ("com.thelastcheck.commons:tlc-commons-project:2.4.0")
'com.thelastcheck.commons:tlc-commons-project:pom:2.4.0'
<dependency org="com.thelastcheck.commons" name="tlc-commons-project" rev="2.4.0">
  <artifact name="tlc-commons-project" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.thelastcheck.commons', module='tlc-commons-project', version='2.4.0')
)
libraryDependencies += "com.thelastcheck.commons" % "tlc-commons-project" % "2.4.0"
[com.thelastcheck.commons/tlc-commons-project "2.4.0"]