GroupId | GroupIdcom.thelastcheck.commons |
---|---|
ArtifactId | ArtifactIdtlc-commons-base |
Version | Version2.1.0 |
Type | Typejar |
Filename | Size |
---|---|
tlc-commons-base-2.1.0.pom | |
tlc-commons-base-2.1.0.jar | 62 KB |
tlc-commons-base-2.1.0-sources.jar | 34 KB |
tlc-commons-base-2.1.0-javadoc.jar | 201 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.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.thelastcheck.commons/tlc-commons-base/
implementation 'com.thelastcheck.commons:tlc-commons-base:2.1.0'
// https://jarcasting.com/artifacts/com.thelastcheck.commons/tlc-commons-base/
implementation ("com.thelastcheck.commons:tlc-commons-base:2.1.0")
'com.thelastcheck.commons:tlc-commons-base:jar:2.1.0'
<dependency org="com.thelastcheck.commons" name="tlc-commons-base" rev="2.1.0">
<artifact name="tlc-commons-base" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.thelastcheck.commons', module='tlc-commons-base', version='2.1.0')
)
libraryDependencies += "com.thelastcheck.commons" % "tlc-commons-base" % "2.1.0"
[com.thelastcheck.commons/tlc-commons-base "2.1.0"]