MVN

cn.fanzy.breeze : breeze-core

Maven & Gradle

May 24, 2023
3 stars
<dependency>
    <groupId>cn.fanzy.breeze</groupId>
    <artifactId>breeze-core</artifactId>
    <version>2.2.3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of cn.fanzy.breeze : breeze-core to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.2.3

All Versions

Choose a version of cn.fanzy.breeze : breeze-core to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.2.x
breeze-core-2.2.3
2.1.x
breeze-core-2.1.7
breeze-core-2.1.6
breeze-core-2.1.5
breeze-core-2.1.4
breeze-core-2.1.3
breeze-core-2.1.2
breeze-core-2.1.1
breeze-core-2.1.0
2.0.x
breeze-core-2.0.3
breeze-core-2.0.2
breeze-core-2.0.1
breeze-core-2.0.0

How to add a dependency to Maven

Add the following cn.fanzy.breeze : breeze-core maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>cn.fanzy.breeze</groupId>
    <artifactId>breeze-core</artifactId>
    <version>2.2.3</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following cn.fanzy.breeze : breeze-core gradle dependency to your build.gradle file:

implementation 'cn.fanzy.breeze:breeze-core:2.2.3'

Gradle Kotlin DSL: Add the following cn.fanzy.breeze : breeze-core gradle kotlin dependency to your build.gradle.kts file:

implementation("cn.fanzy.breeze:breeze-core:2.2.3")

How to add a dependency to SBT Scala

SBT Scala: Add the following cn.fanzy.breeze : breeze-core sbt scala dependency to your build.sbt file:

libraryDependencies += "cn.fanzy.breeze" % "breeze-core" % "2.2.3"