GroupId | GroupIdcom.thelastcheck.commons |
---|---|
ArtifactId | ArtifactIdtlc-commons-project |
Version | Version2.4.0 |
Type | Typepom |
Filename | Size |
---|---|
tlc-commons-project-2.4.0.pom | 10 KB |
Browse |
<!-- 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"]