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