MVN

org.tpolecat : atto-core_sjs0.6_2.12

Maven & Gradle

Dec 09, 2019
7 usages

atto-core · atto-core

<dependency>
    <groupId>org.tpolecat</groupId>
    <artifactId>atto-core_sjs0.6_2.12</artifactId>
    <version>0.7.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.tpolecat : atto-core_sjs0.6_2.12 to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.7.2
  • Latest Release Candidate: 0.7.0-RC2

All Versions

Choose a version of org.tpolecat : atto-core_sjs0.6_2.12 to add to Maven or Gradle - All Versions:

  • Version Updated
  • atto-core_sjs0.6_2.12-0.7.2

    Dec 09, 2019
  • atto-core_sjs0.6_2.12-0.7.1

    Sep 22, 2019
  • atto-core_sjs0.6_2.12-0.7.0

    Sep 11, 2019
  • atto-core_sjs0.6_2.12-0.7.0-RC2

    Aug 26, 2019
  • atto-core_sjs0.6_2.12-0.7.0-RC1

    Aug 09, 2019
  • atto-core_sjs0.6_2.12-0.7.0-M2

    Aug 01, 2019
  • atto-core_sjs0.6_2.12-0.7.0-M1

    Jul 31, 2019
  • atto-core_sjs0.6_2.12-0.6.5

    Jan 22, 2019
  • atto-core_sjs0.6_2.12-0.6.4

    Oct 29, 2018
  • atto-core_sjs0.6_2.12-0.6.3

    Aug 02, 2018
  • atto-core_sjs0.6_2.12-0.6.2

    Apr 16, 2018
  • atto-core_sjs0.6_2.12-0.6.2-M2

    Apr 10, 2018
  • atto-core_sjs0.6_2.12-0.6.2-M1

    Jan 24, 2018
  • atto-core_sjs0.6_2.12-0.6.1

    Dec 26, 2017
  • atto-core_sjs0.6_2.12-0.6.1-M7

    Nov 01, 2017
  • atto-core_sjs0.6_2.12-0.6.1-M6

    Oct 31, 2017
  • atto-core_sjs0.6_2.12-0.6.1-M5

    Sep 19, 2017
  • atto-core_sjs0.6_2.12-0.6.1-M4

    Sep 19, 2017
  • atto-core_sjs0.6_2.12-0.6.1-M1

    Aug 08, 2017
  • atto-core_sjs0.6_2.12-0.5.3

    Jul 28, 2017
  • atto-core_sjs0.6_2.12-0.6.0

    Jul 12, 2017
  • atto-core_sjs0.6_2.12-0.5.2

    Mar 30, 2017

How to add a dependency to Maven

Add the following org.tpolecat : atto-core_sjs0.6_2.12 maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.tpolecat</groupId>
    <artifactId>atto-core_sjs0.6_2.12</artifactId>
    <version>0.7.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.tpolecat : atto-core_sjs0.6_2.12 gradle dependency to your build.gradle file:

implementation 'org.tpolecat:atto-core_sjs0.6_2.12:0.7.2'

Gradle Kotlin DSL: Add the following org.tpolecat : atto-core_sjs0.6_2.12 gradle kotlin dependency to your build.gradle.kts file:

implementation("org.tpolecat:atto-core_sjs0.6_2.12:0.7.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.tpolecat : atto-core_sjs0.6_2.12 sbt scala dependency to your build.sbt file:

libraryDependencies += "org.tpolecat" % "atto-core_sjs0.6_2.12" % "0.7.2"