MVN

com.github.arturopala : buffer-and-slice_sjs1_2.13

Maven & Gradle

Jun 16, 2023
25 stars

buffer-and-slice · buffer-and-slice

<dependency>
    <groupId>com.github.arturopala</groupId>
    <artifactId>buffer-and-slice_sjs1_2.13</artifactId>
    <version>1.61.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.arturopala : buffer-and-slice_sjs1_2.13 to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.61.0

All Versions

Choose a version of com.github.arturopala : buffer-and-slice_sjs1_2.13 to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.61.x
buffer-and-slice_sjs1_2.13-1.61.0
1.58.x
buffer-and-slice_sjs1_2.13-1.58.0
1.57.x
buffer-and-slice_sjs1_2.13-1.57.0
1.56.x
buffer-and-slice_sjs1_2.13-1.56.0
1.55.x
buffer-and-slice_sjs1_2.13-1.55.0
1.54.x
buffer-and-slice_sjs1_2.13-1.54.0
1.53.x
buffer-and-slice_sjs1_2.13-1.53.0
1.52.x
buffer-and-slice_sjs1_2.13-1.52.0
1.51.x
buffer-and-slice_sjs1_2.13-1.51.0
1.41.x
buffer-and-slice_sjs1_2.13-1.41.0
1.40.x
buffer-and-slice_sjs1_2.13-1.40.0
1.39.x
buffer-and-slice_sjs1_2.13-1.39.0
1.38.x
buffer-and-slice_sjs1_2.13-1.38.0
1.37.x
buffer-and-slice_sjs1_2.13-1.37.0
1.36.x
buffer-and-slice_sjs1_2.13-1.36.0
1.35.x
buffer-and-slice_sjs1_2.13-1.35.0
1.34.x
buffer-and-slice_sjs1_2.13-1.34.0
1.33.x
buffer-and-slice_sjs1_2.13-1.33.0
1.32.x
buffer-and-slice_sjs1_2.13-1.32.0
1.31.x
buffer-and-slice_sjs1_2.13-1.31.0
1.30.x
buffer-and-slice_sjs1_2.13-1.30.0
1.29.x
buffer-and-slice_sjs1_2.13-1.29.0
1.28.x
buffer-and-slice_sjs1_2.13-1.28.0
1.27.x
buffer-and-slice_sjs1_2.13-1.27.0
1.26.x
buffer-and-slice_sjs1_2.13-1.26.0
1.25.x
buffer-and-slice_sjs1_2.13-1.25.0
1.24.x
buffer-and-slice_sjs1_2.13-1.24.0
1.23.x
buffer-and-slice_sjs1_2.13-1.23.0
1.22.x
buffer-and-slice_sjs1_2.13-1.22.0
1.21.x
buffer-and-slice_sjs1_2.13-1.21.0
1.20.x
buffer-and-slice_sjs1_2.13-1.20.0
1.19.x
buffer-and-slice_sjs1_2.13-1.19.0
1.18.x
buffer-and-slice_sjs1_2.13-1.18.0
1.17.x
buffer-and-slice_sjs1_2.13-1.17.0
1.16.x
buffer-and-slice_sjs1_2.13-1.16.0
1.15.x
buffer-and-slice_sjs1_2.13-1.15.0
1.14.x
buffer-and-slice_sjs1_2.13-1.14.0
1.13.x
buffer-and-slice_sjs1_2.13-1.13.0
1.12.x
buffer-and-slice_sjs1_2.13-1.12.1
buffer-and-slice_sjs1_2.13-1.12.0
1.11.x
buffer-and-slice_sjs1_2.13-1.11.0
1.10.x
buffer-and-slice_sjs1_2.13-1.10.0
1.9.x
buffer-and-slice_sjs1_2.13-1.9.0
1.8.x
buffer-and-slice_sjs1_2.13-1.8.0
1.7.x
buffer-and-slice_sjs1_2.13-1.7.1
buffer-and-slice_sjs1_2.13-1.7.0
1.6.x
buffer-and-slice_sjs1_2.13-1.6.2
buffer-and-slice_sjs1_2.13-1.6.1
buffer-and-slice_sjs1_2.13-1.6.0
1.5.x
buffer-and-slice_sjs1_2.13-1.5.0
1.4.x
buffer-and-slice_sjs1_2.13-1.4.0
1.3.x
buffer-and-slice_sjs1_2.13-1.3.2
buffer-and-slice_sjs1_2.13-1.3.1
buffer-and-slice_sjs1_2.13-1.3.0

How to add a dependency to Maven

Add the following com.github.arturopala : buffer-and-slice_sjs1_2.13 maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.github.arturopala</groupId>
    <artifactId>buffer-and-slice_sjs1_2.13</artifactId>
    <version>1.61.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.arturopala : buffer-and-slice_sjs1_2.13 gradle dependency to your build.gradle file:

implementation 'com.github.arturopala:buffer-and-slice_sjs1_2.13:1.61.0'

Gradle Kotlin DSL: Add the following com.github.arturopala : buffer-and-slice_sjs1_2.13 gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.arturopala:buffer-and-slice_sjs1_2.13:1.61.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.arturopala : buffer-and-slice_sjs1_2.13 sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.arturopala" % "buffer-and-slice_sjs1_2.13" % "1.61.0"