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