MVN

com.github.skjolber.3d-bin-container-packing : test

Maven & Gradle

May 03, 2023
6 usages
<dependency>
    <groupId>com.github.skjolber.3d-bin-container-packing</groupId>
    <artifactId>test</artifactId>
    <version>3.0.7</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.skjolber.3d-bin-container-packing : test to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 3.0.7

All Versions

Choose a version of com.github.skjolber.3d-bin-container-packing : test to add to Maven or Gradle - All Versions:

  • Version Updated
  • test-3.0.7

    May 03, 2023
  • test-3.0.6

    Apr 29, 2023
  • test-3.0.5

    Apr 28, 2023
  • test-3.0.4

    Apr 27, 2023
  • test-3.0.3

    Apr 15, 2023
  • test-3.0.2

    Apr 13, 2023
  • test-3.0.1

    Apr 02, 2023
  • test-3.0.0

    Mar 27, 2023
  • test-2.1.4

    Oct 21, 2022
  • test-2.1.3

    Aug 11, 2022
  • test-2.1.2

    Jul 13, 2022
  • test-2.1.1

    Jul 05, 2022
  • test-2.1.0

    Jun 29, 2022
  • test-2.0.11

    Jun 15, 2022
  • test-2.0.10

    Jun 07, 2022
  • test-2.0.9

    May 09, 2022
  • test-2.0.8

    Feb 26, 2022
  • test-2.0.7

    Feb 26, 2022
  • test-2.0.6

    Feb 26, 2022
  • test-2.0.5

    Feb 21, 2022
  • test-2.0.4

    Jan 23, 2022
  • test-2.0.2

    Jan 21, 2022
  • test-2.0.1

    Jan 19, 2022
  • test-2.0.0

    Jan 09, 2022

How to add a dependency to Maven

Add the following com.github.skjolber.3d-bin-container-packing : test maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.github.skjolber.3d-bin-container-packing</groupId>
    <artifactId>test</artifactId>
    <version>3.0.7</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.skjolber.3d-bin-container-packing : test gradle dependency to your build.gradle file:

implementation 'com.github.skjolber.3d-bin-container-packing:test:3.0.7'

Gradle Kotlin DSL: Add the following com.github.skjolber.3d-bin-container-packing : test gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.skjolber.3d-bin-container-packing:test:3.0.7")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.skjolber.3d-bin-container-packing : test sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.skjolber.3d-bin-container-packing" % "test" % "3.0.7"