MVN

com.slimgears.utils : auto-value-utils-annotations

Maven & Gradle

Jul 21, 2022
8 usages
1 stars

utils / auto-value-utils · General purpose utils / module: auto-value-utils

<dependency>
    <groupId>com.slimgears.utils</groupId>
    <artifactId>auto-value-utils-annotations</artifactId>
    <version>0.7.58</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.slimgears.utils : auto-value-utils-annotations to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.7.58

All Versions

Choose a version of com.slimgears.utils : auto-value-utils-annotations to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.7.x
auto-value-utils-annotations-0.7.58
auto-value-utils-annotations-0.7.57
auto-value-utils-annotations-0.7.56
auto-value-utils-annotations-0.7.55
auto-value-utils-annotations-0.7.54
auto-value-utils-annotations-0.7.53
auto-value-utils-annotations-0.7.52
auto-value-utils-annotations-0.7.51
auto-value-utils-annotations-0.7.50
auto-value-utils-annotations-0.7.49
auto-value-utils-annotations-0.7.46
auto-value-utils-annotations-0.7.45
auto-value-utils-annotations-0.7.44
auto-value-utils-annotations-0.7.43
auto-value-utils-annotations-0.7.29-1

How to add a dependency to Maven

Add the following com.slimgears.utils : auto-value-utils-annotations maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.slimgears.utils</groupId>
    <artifactId>auto-value-utils-annotations</artifactId>
    <version>0.7.58</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.slimgears.utils : auto-value-utils-annotations gradle dependency to your build.gradle file:

implementation 'com.slimgears.utils:auto-value-utils-annotations:0.7.58'

Gradle Kotlin DSL: Add the following com.slimgears.utils : auto-value-utils-annotations gradle kotlin dependency to your build.gradle.kts file:

implementation("com.slimgears.utils:auto-value-utils-annotations:0.7.58")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.slimgears.utils : auto-value-utils-annotations sbt scala dependency to your build.sbt file:

libraryDependencies += "com.slimgears.utils" % "auto-value-utils-annotations" % "0.7.58"

Advertisement