GroupId | GroupIdcom.thelastcheck.commons |
---|---|
ArtifactId | ArtifactIdtlc-commons-base |
Version | Version2.4.0 |
Type | Typejar |
Filename | Size |
---|---|
tlc-commons-base-2.4.0.pom | |
tlc-commons-base-2.4.0.jar | 45 KB |
tlc-commons-base-2.4.0-sources.jar | 27 KB |
tlc-commons-base-2.4.0-javadoc.jar | 146 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.thelastcheck.commons/tlc-commons-base/ -->
<dependency>
<groupId>com.thelastcheck.commons</groupId>
<artifactId>tlc-commons-base</artifactId>
<version>2.4.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.thelastcheck.commons/tlc-commons-base/
implementation 'com.thelastcheck.commons:tlc-commons-base:2.4.0'
// https://jarcasting.com/artifacts/com.thelastcheck.commons/tlc-commons-base/
implementation ("com.thelastcheck.commons:tlc-commons-base:2.4.0")
'com.thelastcheck.commons:tlc-commons-base:jar:2.4.0'
<dependency org="com.thelastcheck.commons" name="tlc-commons-base" rev="2.4.0">
<artifact name="tlc-commons-base" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.thelastcheck.commons', module='tlc-commons-base', version='2.4.0')
)
libraryDependencies += "com.thelastcheck.commons" % "tlc-commons-base" % "2.4.0"
[com.thelastcheck.commons/tlc-commons-base "2.4.0"]