MVN

io.xream.x7 : x7-core

Maven & Gradle

Dec 12, 2019
5 usages
1k stars

x7-core · http://x7.xream.io

<dependency>
    <groupId>io.xream.x7</groupId>
    <artifactId>x7-core</artifactId>
    <version>2.2.7.RELEASE</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.xream.x7 : x7-core to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.2.7.RELEASE

All Versions

Choose a version of io.xream.x7 : x7-core to add to Maven or Gradle - All Versions:

  • Version Updated
  • x7-core-2.2.7.RELEASE

    Dec 12, 2019
  • x7-core-2.2.6.RELEASE

    Dec 10, 2019
  • x7-core-2.2.5.RELEASE

    Nov 29, 2019
  • x7-core-2.2.4.RELEASE

    Nov 19, 2019
  • x7-core-2.2.3.RELEASE

    Nov 07, 2019
  • x7-core-2.2.2.RELEASE

    Nov 01, 2019
  • x7-core-2.2.1.RELEASE

    Oct 21, 2019
  • x7-core-2.2.0.RELEASE

    Oct 09, 2019
  • x7-core-2.1.1.RELEASE

    Aug 19, 2019
  • x7-core-2.1.0.RELEASE

    Aug 08, 2019
  • x7-core-2.0.13.RELEASE

    May 22, 2019
  • x7-core-2.0.12.RELEASE

    May 14, 2019
  • x7-core-2.0.11.RELEASE

    May 10, 2019
  • x7-core-2.0.10.RELEASE

    May 06, 2019
  • x7-core-2.0.9.RELEASE

    Mar 29, 2019
  • x7-core-2.0.8.RELEASE

    Mar 22, 2019
  • x7-core-2.0.7.RELEASE

    Mar 18, 2019
  • x7-core-2.0.6.RELEASE

    Mar 15, 2019
  • x7-core-2.0.5.RELEASE

    Mar 14, 2019
  • x7-core-2.0.4.RELEASE

    Mar 12, 2019
  • x7-core-2.0.3.RELEASE

    Mar 12, 2019
  • x7-core-2.0.2.RELEASE

    Mar 11, 2019
  • x7-core-2.0.1.RELEASE

    Mar 09, 2019
  • x7-core-2.0.0.RELEASE

    Mar 06, 2019
  • x7-core-1.7.2.RELEASE

    Feb 14, 2019
  • x7-core-1.7.1.RELEASE

    Feb 01, 2019
  • x7-core-1.7.0.RELEASE

    Jan 31, 2019
  • x7-core-1.6.8.RELEASE

    Jan 31, 2019
  • x7-core-1.6.7.RELEASE

    Jan 30, 2019
  • x7-core-1.6.6.RELEASE

    Jan 24, 2019
  • x7-core-1.6.5.RELEASE

    Jan 21, 2019
  • x7-core-1.6.4.RELEASE

    Jan 21, 2019
  • x7-core-1.6.3.RELEASE

    Jan 19, 2019
  • x7-core-1.6.2.RELEASE

    Jan 18, 2019
  • x7-core-1.6.1.RELEASE

    Jan 16, 2019
  • x7-core-1.6.0.RELEASE

    Jan 15, 2019
  • x7-core-1.5.10.RELEASE

    Jan 11, 2019
  • x7-core-1.5.9.RELEASE

    Jan 07, 2019
  • x7-core-1.5.8.RELEASE

    Jan 06, 2019
  • x7-core-1.5.7.RELEASE

    Jan 04, 2019
  • x7-core-1.5.6.RELEASE

    Jan 01, 2019
  • x7-core-1.5.5.RELEASE

    Dec 31, 2018
  • x7-core-1.5.2.RELEASE

    Dec 30, 2018
  • x7-core-1.5.1.RELEASE

    Dec 29, 2018
  • x7-core-1.5.0.RELEASE

    Dec 28, 2018
  • x7-core-1.2.0.RELEASE

    Dec 28, 2018
  • x7-core-1.1.0.RELEASE

    Dec 27, 2018
  • x7-core-1.0.1.RELEASE

    Dec 25, 2018
  • x7-core-1.0.0.RELEASE

    Dec 22, 2018

How to add a dependency to Maven

Add the following io.xream.x7 : x7-core maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.xream.x7</groupId>
    <artifactId>x7-core</artifactId>
    <version>2.2.7.RELEASE</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.xream.x7 : x7-core gradle dependency to your build.gradle file:

implementation 'io.xream.x7:x7-core:2.2.7.RELEASE'

Gradle Kotlin DSL: Add the following io.xream.x7 : x7-core gradle kotlin dependency to your build.gradle.kts file:

implementation("io.xream.x7:x7-core:2.2.7.RELEASE")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.xream.x7 : x7-core sbt scala dependency to your build.sbt file:

libraryDependencies += "io.xream.x7" % "x7-core" % "2.2.7.RELEASE"

Advertisement