| GroupId | GroupIdcom.github.arturopala |
|---|---|
| ArtifactId | ArtifactIdbuffer-and-slice_3.0.0-M3 |
| Version | Version1.40.0 |
| Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.github.arturopala/buffer-and-slice_3.0.0-M3/ -->
<dependency>
<groupId>com.github.arturopala</groupId>
<artifactId>buffer-and-slice_3.0.0-M3</artifactId>
<version>1.40.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.arturopala/buffer-and-slice_3.0.0-M3/
implementation 'com.github.arturopala:buffer-and-slice_3.0.0-M3:1.40.0'
// https://jarcasting.com/artifacts/com.github.arturopala/buffer-and-slice_3.0.0-M3/
implementation ("com.github.arturopala:buffer-and-slice_3.0.0-M3:1.40.0")
'com.github.arturopala:buffer-and-slice_3.0.0-M3:jar:1.40.0'
<dependency org="com.github.arturopala" name="buffer-and-slice_3.0.0-M3" rev="1.40.0">
<artifact name="buffer-and-slice_3.0.0-M3" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.arturopala', module='buffer-and-slice_3.0.0-M3', version='1.40.0')
)
libraryDependencies += "com.github.arturopala" % "buffer-and-slice_3.0.0-M3" % "1.40.0"
[com.github.arturopala/buffer-and-slice_3.0.0-M3 "1.40.0"]