MVN

io.thorntail : container

Maven & Gradle

Jun 11, 2020
94 usages

Container · Container

<dependency>
    <groupId>io.thorntail</groupId>
    <artifactId>container</artifactId>
    <version>2.7.0.Final</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.thorntail : container to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.7.0.Final

All Versions

Choose a version of io.thorntail : container to add to Maven or Gradle - All Versions:

  • Version Updated
  • container-2.7.0.Final

    Jun 10, 2020
  • container-2.6.0.Final

    Dec 05, 2019
  • container-2.5.0.Final

    Jul 17, 2019
  • container-2.4.0.Final

    Mar 17, 2019
  • container-2.3.0.Final

    Jan 16, 2019
  • container-2.2.1.Final

    Oct 30, 2018
  • container-2.2.0.Final

    Sep 05, 2018
  • container-2.1.0.Final

    Aug 14, 2018
  • container-2.0.0.Final

    Jun 22, 2018

How to add a dependency to Maven

Add the following io.thorntail : container maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.thorntail</groupId>
    <artifactId>container</artifactId>
    <version>2.7.0.Final</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.thorntail : container gradle dependency to your build.gradle file:

implementation 'io.thorntail:container:2.7.0.Final'

Gradle Kotlin DSL: Add the following io.thorntail : container gradle kotlin dependency to your build.gradle.kts file:

implementation("io.thorntail:container:2.7.0.Final")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.thorntail : container sbt scala dependency to your build.sbt file:

libraryDependencies += "io.thorntail" % "container" % "2.7.0.Final"