MVN

com.github.darkice1 : easy

Maven & Gradle

May 19, 2023
1 usages
0 stars

easy · Neo easy code.

<dependency>
    <groupId>com.github.darkice1</groupId>
    <artifactId>easy</artifactId>
    <version>1.0.67</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 1.0.67

All Versions

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

Version Vulnerabilities Updated
1.0.x
easy-1.0.67
easy-1.0.66
easy-1.0.65
easy-1.0.64
easy-1.0.63
easy-1.0.62
easy-1.0.61
easy-1.0.60
easy-1.0.59
easy-1.0.58
easy-1.0.57
easy-1.0.56
easy-1.0.55
easy-1.0.53
easy-1.0.52
easy-1.0.51
easy-1.0.50
easy-1.0.39
easy-1.0.38
easy-1.0.37
easy-1.0.36
easy-1.0.34
easy-1.0.33
easy-1.0.32

How to add a dependency to Maven

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

<dependency>
    <groupId>com.github.darkice1</groupId>
    <artifactId>easy</artifactId>
    <version>1.0.67</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'com.github.darkice1:easy:1.0.67'

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

implementation("com.github.darkice1:easy:1.0.67")

How to add a dependency to SBT Scala

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

libraryDependencies += "com.github.darkice1" % "easy" % "1.0.67"

Advertisement