MVN

com.ibeetl : nuts

Maven & Gradle

Aug 06, 2023
415 stars
<dependency>
    <groupId>com.ibeetl</groupId>
    <artifactId>nuts</artifactId>
    <version>3.15.8.RELEASE</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.ibeetl : nuts to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 3.15.8.RELEASE

All Versions

Choose a version of com.ibeetl : nuts to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
3.15.x
nuts-3.15.8.RELEASE
nuts-3.15.7.RELEASE
nuts-3.15.6.RELEASE
nuts-3.15.5.RELEASE
nuts-3.15.4.RELEASE
nuts-3.15.3.RELEASE
nuts-3.15.2.RELEASE
nuts-3.15.1.RELEASE
nuts-3.15.0.RELEASE
3.14.x
nuts-3.14.1.RELEASE

How to add a dependency to Maven

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

<dependency>
    <groupId>com.ibeetl</groupId>
    <artifactId>nuts</artifactId>
    <version>3.15.8.RELEASE</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.ibeetl : nuts gradle dependency to your build.gradle file:

implementation 'com.ibeetl:nuts:3.15.8.RELEASE'

Gradle Kotlin DSL: Add the following com.ibeetl : nuts gradle kotlin dependency to your build.gradle.kts file:

implementation("com.ibeetl:nuts:3.15.8.RELEASE")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.ibeetl : nuts sbt scala dependency to your build.sbt file:

libraryDependencies += "com.ibeetl" % "nuts" % "3.15.8.RELEASE"

Advertisement