MVN

com.github.fanzezhen : leaned

Maven & Gradle

Jul 29, 2020
<dependency>
    <groupId>com.github.fanzezhen</groupId>
    <artifactId>leaned</artifactId>
    <version>1.3.4.4</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.fanzezhen : leaned to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.3.4.4

All Versions

Choose a version of com.github.fanzezhen : leaned to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.3.x
leaned-1.3.4.4
leaned-1.3.4.3
leaned-1.3.4.2
leaned-1.3.4.1
leaned-1.3.4
leaned-1.3.3.1
leaned-1.3.3
leaned-1.3.2
leaned-1.3.1.4
leaned-1.3.1-a
leaned-1.3.1-1
leaned-1.3.1.1
leaned-1.3.1.Gray
leaned-1.3.1
leaned-1.3.0
1.2.x
leaned-1.2.9
leaned-1.2.8
leaned-1.2.7
leaned-1.2.6
leaned-1.2.5-t
leaned-1.2.5-s
leaned-1.2.4
leaned-1.2.3

How to add a dependency to Maven

Add the following com.github.fanzezhen : leaned maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.github.fanzezhen</groupId>
    <artifactId>leaned</artifactId>
    <version>1.3.4.4</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.fanzezhen : leaned gradle dependency to your build.gradle file:

implementation 'com.github.fanzezhen:leaned:1.3.4.4'

Gradle Kotlin DSL: Add the following com.github.fanzezhen : leaned gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.fanzezhen:leaned:1.3.4.4")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.fanzezhen : leaned sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.fanzezhen" % "leaned" % "1.3.4.4"

Advertisement