MVN

net.dryuf : dryuf-base

Maven & Gradle

May 25, 2023
1 stars

Dryuf Concurrent framework · Dryuf Base is addition of various utilities related to collections, functions, concurrency or others to Java base libraries.

<dependency>
    <groupId>net.dryuf</groupId>
    <artifactId>dryuf-base</artifactId>
    <version>1.8.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of net.dryuf : dryuf-base to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.8.0

All Versions

Choose a version of net.dryuf : dryuf-base to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.8.x
dryuf-base-1.8.0
1.7.x
dryuf-base-1.7.4
dryuf-base-1.7.3
dryuf-base-1.7.2

How to add a dependency to Maven

Add the following net.dryuf : dryuf-base maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>net.dryuf</groupId>
    <artifactId>dryuf-base</artifactId>
    <version>1.8.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following net.dryuf : dryuf-base gradle dependency to your build.gradle file:

implementation 'net.dryuf:dryuf-base:1.8.0'

Gradle Kotlin DSL: Add the following net.dryuf : dryuf-base gradle kotlin dependency to your build.gradle.kts file:

implementation("net.dryuf:dryuf-base:1.8.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following net.dryuf : dryuf-base sbt scala dependency to your build.sbt file:

libraryDependencies += "net.dryuf" % "dryuf-base" % "1.8.0"