MVN

top.csaf : zutil-all

Maven & Gradle

Jun 10, 2024
44 stars

zutil-all · Java Util

<dependency>
    <groupId>top.csaf</groupId>
    <artifactId>zutil-all</artifactId>
    <version>2.0.0-alpha1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of top.csaf : zutil-all to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.0.0-alpha1
  • Latest Alpha: 2.0.0-alpha1

All Versions

Choose a version of top.csaf : zutil-all to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.0.x
zutil-all-2.0.0-alpha1

How to add a dependency to Maven

Add the following top.csaf : zutil-all maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>top.csaf</groupId>
    <artifactId>zutil-all</artifactId>
    <version>2.0.0-alpha1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following top.csaf : zutil-all gradle dependency to your build.gradle file:

implementation 'top.csaf:zutil-all:2.0.0-alpha1'

Gradle Kotlin DSL: Add the following top.csaf : zutil-all gradle kotlin dependency to your build.gradle.kts file:

implementation("top.csaf:zutil-all:2.0.0-alpha1")

How to add a dependency to SBT Scala

SBT Scala: Add the following top.csaf : zutil-all sbt scala dependency to your build.sbt file:

libraryDependencies += "top.csaf" % "zutil-all" % "2.0.0-alpha1"

Advertisement